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

Commit 586e986

Browse files
authored
Merge pull request #130 from Team-Neptune/dev
Actually fix the build script
2 parents a235a5a + d476ad1 commit 586e986

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)