Skip to content

Commit

Permalink
workflow fix #3
Browse files Browse the repository at this point in the history
  • Loading branch information
javierggt committed Jul 21, 2020
1 parent 9af2659 commit 354df96
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
path: skare3_tools
- id: sanity_check
run: |
pip install ./skare3_tools
sudo pip3 install setuptools
sudo pip3 install -r ./skare3_tools/requirements.txt
sudo pip3 install ./skare3_tools
skare3-release-check --skare3-path ./skare3 --version $GITHUB_REF
build-linux:
Expand Down

0 comments on commit 354df96

Please sign in to comment.