Skip to content

Commit b2a933d

Browse files
authored
ci: fix failed to fetch mirror+file (#698)
Signed-off-by: Yang Kaiyong <[email protected]>
1 parent 3600962 commit b2a933d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- name: install gnu gcc linker
6363
run: |
6464
if [ "${{ matrix.build-linker }}" != "static" ]; then
65-
sudo apt-get install -qq gcc-${{ matrix.build-linker }}-linux-gnu
65+
sudo apt-get update && sudo apt-get install -qq gcc-${{ matrix.build-linker }}-linux-gnu
6666
fi
6767
- name: build nydus-snapshotter and optimizer
6868
run: |

0 commit comments

Comments
 (0)