Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.

Commit d476ad1

Browse files
committed
Actually fix the build script
1 parent 5eebd91 commit d476ad1

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/buildRelease.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ jobs:
2121
version=$(python -c 'import sys, json; f=open("./settings.json");print(json.loads(f.read())["releaseVersion"])')
2222
echo "::set-output name=version::$version"
2323
24-
- name: Install hub
25-
uses: geertvdc/setup-hub@master
24+
- name: Set up hub
25+
run: |
26+
sudo apt install hub -y
2627
2728
- name: Set up Python 3.9
2829
uses: actions/setup-python@v1

0 commit comments

Comments
 (0)