mirror of
https://github.com/YosysHQ/sby.git
synced 2025-04-07 14:45:18 +00:00
Update GH action
This commit is contained in:
parent
81ee5fdd5a
commit
8eaeca9aa4
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -7,6 +7,8 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: YosysHQ/setup-oss-cad-suite@v1
|
- uses: YosysHQ/setup-oss-cad-suite@v2
|
||||||
|
with:
|
||||||
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- name: Run checks
|
- name: Run checks
|
||||||
run: tabbypip install xmlschema && make ci
|
run: tabbypip install xmlschema && make ci
|
||||||
|
|
Loading…
Reference in a new issue