Skip to content

Commit 1c80d08

Browse files
authored
Fix actions issue, take 2
See previous commit for details.
1 parent a0376b7 commit 1c80d08

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
- uses: awalsh128/cache-apt-pkgs-action@latest
1616
with:
17-
packages: golang gcc libgl1-mesa-dev libegl1-mesa-dev libgles2-mesa-dev libx11-dev xorg-dev hub
17+
packages: golang gcc libgl1-mesa-dev libegl1-mesa-dev libgles2-mesa-dev libx11-dev xorg-dev
1818
version: 1.0
1919

2020
- name: Setup Go
@@ -51,6 +51,9 @@ jobs:
5151
with:
5252
name: ${{env.release_name}}
5353

54+
- name: Install Hub Package
55+
run: sudo apt-get install -y hub
56+
5457
- name: Generate Checksum
5558
run: md5sum cryo_utilities > cu.md5
5659

@@ -89,6 +92,9 @@ jobs:
8992
with:
9093
name: ${{env.release_name}}
9194

95+
- name: Install Hub Package
96+
run: sudo apt-get install -y hub
97+
9298
- name: Delete Previous Develop Release
9399
uses: dev-drprasad/[email protected]
94100
with:

0 commit comments

Comments
 (0)