mirror of
https://github.com/YosysHQ/sby.git
synced 2025-04-05 22:14:08 +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:
|
||||
- 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
|
||||
run: tabbypip install xmlschema && make ci
|
||||
|
|
Loading…
Reference in a new issue