Skip to content

Commit 1001b43

Browse files
committed
ci: update ubuntu ci
1 parent 3475f11 commit 1001b43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ jobs:
7979
if: startsWith(matrix.os, 'ubuntu')
8080
run: |
8181
# for build aarch64-unknown-linux-musl
82+
sudo apt-get update
8283
sudo apt-get -y install gcc-x86-64-linux-gnu gcc-aarch64-linux-gnu gcc-mips-linux-gnu gcc-mips64-linux-gnuabi64 gcc-mips64el-linux-gnuabi64
8384
8485
rustup target add x86_64-unknown-linux-musl

0 commit comments

Comments
 (0)