Skip to content

Commit

Permalink
sudo apt-get update
Browse files Browse the repository at this point in the history
  • Loading branch information
asg017 committed Aug 29, 2023
1 parent 7ec1339 commit ccc9c84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- run: sudo apt-get install -qq crossbuild-essential-arm64 crossbuild-essential-armhf gcc-arm-linux-gnueabi
- run: sudo apt-get update && sudo apt-get install -qq crossbuild-essential-arm64 crossbuild-essential-armhf gcc-arm-linux-gnueabi
- run: rustup target add ${{ matrix.target }}
- run: cargo build --examples --verbose --target ${{ matrix.target }}
env:
Expand Down

0 comments on commit ccc9c84

Please sign in to comment.