Skip to content

Commit

Permalink
Fix the dev build script
Browse files Browse the repository at this point in the history
  • Loading branch information
hax4dazy authored Apr 17, 2024
1 parent 44b2040 commit f24a8ae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/buildDev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
run: |
version=$(python -c 'import sys, json; f=open("./settings.json");print(json.loads(f.read())["releaseVersion"])')
echo "::set-output name=version::$version"
- name: Set up hub
run: |
sudo apt install hub -y
- name: Set up Python 3.9
uses: actions/setup-python@v1
Expand Down

0 comments on commit f24a8ae

Please sign in to comment.