Skip to content

Commit ce42f06

Browse files
committed
Experiment
1 parent 27f8fdf commit ce42f06

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,17 @@ jobs:
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

0 commit comments

Comments
 (0)