File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -24,17 +24,20 @@ jobs:
2424 - test_games_preset
2525 - test_agave_2_1
2626 steps :
27- - name : Install dependencies
28- run : sudo apt-get update && sudo apt-get install -y pkg-config libudev-dev
29-
3027 - name : Install Rust
3128 uses : dtolnay/rust-toolchain@stable
3229
3330 - name : Cache dependencies
3431 uses : Swatinem/rust-cache@v2
3532
33+ - name : Install dependencies
34+ run : sudo apt install -y pkg-config libudev-dev
35+
3636 - name : Build
37- run : cargo build
37+ run : |
38+ ls -l /home/runner/work/solana-verifiable-build
39+ ls -l /home/runner/work/solana-verifiable-build/solana-verifiable-build
40+ cargo build
3841
3942 - name : Run ${{ matrix.test_name }}
4043 run : cargo test ${{ matrix.test_name }} -- --nocapture
You can’t perform that action at this time.
0 commit comments