Skip to content

Commit 298e002

Browse files
committed
Fix action
1 parent 786130d commit 298e002

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ jobs:
6161
- uses: actions/checkout@v4
6262
- name: Build-Release
6363
run: |
64-
apt install -y zip
64+
sudo apt update
65+
sudo apt install -y zip
6566
bash build/build.sh
6667
6768
- name: Release

0 commit comments

Comments
 (0)