Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
segfaultdoc committed Oct 5, 2023
1 parent 7b8981f commit 93593b9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
# --force because the cargo cache has it saved
- name: Install Solana Verify
run: |
cargo install solana-verify --version 1.14.17 --force
cargo install solana-verify --version 0.2.3 --force
solana-verify --version
- name: Verifiable Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
# --force because the cargo cache has it saved
- name: Install Solana Verify
run: |
cargo install solana-verify --version 1.14.17 --force
cargo install solana-verify --version 0.2.3 --force
solana-verify --version
- name: Verifiable Build
Expand Down
2 changes: 2 additions & 0 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[toolchain]
channel = "1.69.0"

0 comments on commit 93593b9

Please sign in to comment.