mirror of
https://github.com/YosysHQ/sby.git
synced 2025-04-05 14:04:07 +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:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Run checks
|
||||
run: tabbypip install xmlschema && make ci
|
||||
run: pip install xmlschema && make ci
|
||||
|
|
Loading…
Reference in a new issue