File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change 46
46
if : " matrix.platform == 'self-hosted'"
47
47
run : |
48
48
rustup target add thumbv7m-none-eabi
49
- sudo apt-get -y install gcc-arm-none-eabi
50
- sudo apt-get clean
51
49
- name : shellcheck the CI and `contrib` scripts
52
50
if : " matrix.platform == 'self-hosted'"
53
51
run : |
54
- sudo apt-get -y install shellcheck
55
- sudo apt-get clean
56
52
shellcheck ci/*.sh -aP ci
57
53
shellcheck contrib/*.sh -aP contrib
58
54
- name : Set RUSTFLAGS to deny warnings
@@ -261,11 +257,6 @@ jobs:
261
257
- name : Install Rust ${{ env.TOOLCHAIN }} toolchain
262
258
run : |
263
259
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile=minimal --default-toolchain ${{ env.TOOLCHAIN }}
264
- - name : Install dependencies for honggfuzz
265
- run : |
266
- sudo apt-get update
267
- sudo apt-get -y install build-essential binutils-dev libunwind-dev
268
- sudo apt-get clean
269
260
- name : Pin the regex dependency
270
261
run : |
271
262
cd fuzz && cargo update -p regex --precise "1.9.6" --verbose
You can’t perform that action at this time.
0 commit comments