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 4646 if : " matrix.platform == 'self-hosted'"
4747 run : |
4848 rustup target add thumbv7m-none-eabi
49- sudo apt-get -y install gcc-arm-none-eabi
50- sudo apt-get clean
5149 - name : shellcheck the CI and `contrib` scripts
5250 if : " matrix.platform == 'self-hosted'"
5351 run : |
54- sudo apt-get -y install shellcheck
55- sudo apt-get clean
5652 shellcheck ci/*.sh -aP ci
5753 shellcheck contrib/*.sh -aP contrib
5854 - name : Set RUSTFLAGS to deny warnings
@@ -261,11 +257,6 @@ jobs:
261257 - name : Install Rust ${{ env.TOOLCHAIN }} toolchain
262258 run : |
263259 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
269260 - name : Pin the regex dependency
270261 run : |
271262 cd fuzz && cargo update -p regex --precise "1.9.6" --verbose
You can’t perform that action at this time.
0 commit comments