Skip to content

Commit

Permalink
Actually fix the build script
Browse files Browse the repository at this point in the history
  • Loading branch information
hax4dazy committed Oct 9, 2023
1 parent 5eebd91 commit d476ad1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/buildRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ jobs:
version=$(python -c 'import sys, json; f=open("./settings.json");print(json.loads(f.read())["releaseVersion"])')
echo "::set-output name=version::$version"
- name: Install hub
uses: geertvdc/setup-hub@master
- 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 d476ad1

Please sign in to comment.