File tree Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Original file line number Diff line number Diff line change 9191 - name : Install Agave prerequisites
9292 run : sudo apt install libclang-dev libudev-dev llvm protobuf-compiler
9393
94+ - name : Install CI tools
95+ run : |
96+ rustup +nightly component add clippy rustfmt
97+ cargo install cargo-dylint dylint-link || true
98+ cargo install cargo-hack || true
99+ cargo install cargo-udeps --locked || true
100+ cargo install group-runner || true
101+
102+ - name : Fail
103+ run : exit 1
104+
94105 - name : Install Agave
95106 run : |
96107 if ! ./agave/bin/agave-validator --version; then
@@ -111,14 +122,6 @@ jobs:
111122 cargo install --git https://github.com/coral-xyz/anchor --tag v${{ matrix.anchor-version }} anchor-cli --force
112123 fi
113124
114- - name : Install CI tools
115- run : |
116- rustup +nightly component add clippy rustfmt
117- cargo install cargo-dylint dylint-link || true
118- cargo install cargo-hack || true
119- cargo install cargo-udeps --locked || true
120- cargo install group-runner || true
121-
122125 - name : Build
123126 run : cargo build
124127
You can’t perform that action at this time.
0 commit comments