We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6babac4 commit 8b78ad3Copy full SHA for 8b78ad3
.github/workflows/ci.yml
@@ -39,6 +39,8 @@ jobs:
39
40
- name: Install armv7 libraries
41
if: ${{ matrix.target == 'armv7-unknown-linux-gnueabihf' }}
42
- run: sudo apt-get install -y libc6-armhf-cross libc6-dev-armhf-cross gcc-arm-linux-gnueabihf
+ run: |
43
+ sudo apt-get update
44
+ sudo apt-get install -y libc6-armhf-cross libc6-dev-armhf-cross gcc-arm-linux-gnueabihf
45
46
- run: cargo check --target=${{ matrix.target }} --features=${{ matrix.features }}
0 commit comments