3
0
Fork 0
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:
Miodrag Milanović 2023-02-13 10:33:46 +01:00 committed by GitHub
parent 8eaeca9aa4
commit 2cd0f6f71c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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