File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3939 - uses : actions/checkout@v4
4040 - uses : dtolnay/rust-toolchain@stable
4141 - name : Dependencies
42- run : sudo apt-get install -y musl-tools
42+ run : sudo apt-get update && sudo apt-get install -y musl-tools
4343 - name : Build Variants
4444 env :
4545 RUST_TARGET : x86_64-unknown-linux-musl
@@ -155,7 +155,7 @@ jobs:
155155 - uses : actions/checkout@v4
156156 - uses : dtolnay/rust-toolchain@stable
157157 - name : Dependencies
158- run : sudo apt-get install -y gcc-aarch64-linux-gnu
158+ run : sudo apt-get update && sudo apt-get install -y gcc-aarch64-linux-gnu
159159 - name : Build Variants
160160 env :
161161 RUST_TARGET : aarch64-unknown-linux-gnu
@@ -204,7 +204,7 @@ jobs:
204204 - uses : actions/checkout@v4
205205 - uses : dtolnay/rust-toolchain@stable
206206 - name : Dependencies
207- run : sudo apt-get install -y gcc-arm-linux-gnueabihf
207+ run : sudo apt-get update && sudo apt-get install -y gcc-arm-linux-gnueabihf
208208 - name : Build Variants
209209 env :
210210 RUST_TARGET : armv7-unknown-linux-gnueabihf
You can’t perform that action at this time.
0 commit comments