Skip to content

Commit ccc9c84

Browse files
committed
sudo apt-get update
1 parent 7ec1339 commit ccc9c84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- uses: actions-rs/toolchain@v1
6464
with:
6565
toolchain: stable
66-
- run: sudo apt-get install -qq crossbuild-essential-arm64 crossbuild-essential-armhf gcc-arm-linux-gnueabi
66+
- run: sudo apt-get update && sudo apt-get install -qq crossbuild-essential-arm64 crossbuild-essential-armhf gcc-arm-linux-gnueabi
6767
- run: rustup target add ${{ matrix.target }}
6868
- run: cargo build --examples --verbose --target ${{ matrix.target }}
6969
env:

0 commit comments

Comments
 (0)