Skip to content

Commit 23196ed

Browse files
Merge pull request #808 from ava-labs/update-apt
updated linux-release script
2 parents c272c0c + b5d0b1f commit 23196ed

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-linux-release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ jobs:
2929
run: ./scripts/build.sh
3030

3131
- name: Install aws cli
32-
run: sudo apt-get install awscli
32+
run: |
33+
sudo apt update
34+
sudo apt-get install awscli
3335
3436
- name: Install rpmbuild
3537
run: sudo apt-get install rpm

0 commit comments

Comments
 (0)