mirror of
https://github.com/YosysHQ/sby.git
synced 2025-04-06 14:24:08 +00:00
Try fixing GH action
This commit is contained in:
parent
8eaeca9aa4
commit
2cd0f6f71c
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -11,4 +11,4 @@ jobs:
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- name: Run checks
|
- name: Run checks
|
||||||
run: tabbypip install xmlschema && make ci
|
run: pip install xmlschema && make ci
|
||||||
|
|
Loading…
Reference in a new issue