We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffb4def commit 89c7cceCopy full SHA for 89c7cce
.github/workflows/ci-lazer-solana-contract.yml
@@ -53,5 +53,7 @@ jobs:
53
run: cargo fmt --all -- --check
54
- name: Clippy check
55
run: cargo clippy --all-targets -- --deny warnings
56
+ - name: Build contract
57
+ run: cargo build-sbf
58
- name: test
59
run: cargo test
.github/workflows/ci-solana-contract.yml
@@ -24,11 +24,7 @@ jobs:
24
- uses: Swatinem/rust-cache@v2
25
with:
26
workspaces: "target_chains/solana -> target"
27
- - uses: actions-rs/toolchain@v1
28
- with:
29
- toolchain: 1.73.0
30
- components: rustfmt, clippy
31
- override: true
+ - uses: actions-rust-lang/setup-rust-toolchain@v1
32
- name: Install Solana
33
run: |
34
sh -c "$(curl -sSfL https://release.anza.xyz/v1.17.34/install)"
0 commit comments