We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
apt
1 parent d67bd0f commit d33a1d1Copy full SHA for d33a1d1
.github/workflows/build.yml
@@ -49,10 +49,12 @@ jobs:
49
run: |
50
rustup target add thumbv7m-none-eabi
51
sudo apt-get -y install gcc-arm-none-eabi
52
+ sudo apt-get clean
53
- name: shellcheck the CI and `contrib` scripts
54
if: "matrix.platform == 'ubuntu-latest'"
55
56
sudo apt-get -y install shellcheck
57
58
shellcheck ci/*.sh -aP ci
59
shellcheck contrib/*.sh -aP contrib
60
- name: Set RUSTFLAGS to deny warnings
@@ -260,6 +262,7 @@ jobs:
260
262
261
263
sudo apt-get update
264
sudo apt-get -y install build-essential binutils-dev libunwind-dev
265
266
- name: Pin the regex dependency
267
268
cd fuzz && cargo update -p regex --precise "1.9.6" --verbose
0 commit comments