From ccc9c84c604c10f406267f15c87408c16fb63ac6 Mon Sep 17 00:00:00 2001 From: Alex Garcia Date: Mon, 28 Aug 2023 21:06:38 -0700 Subject: [PATCH] sudo apt-get update --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 65a86a2..0719bc3 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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: