Skip to content

Commit

Permalink
update contracts-build.yml
Browse files Browse the repository at this point in the history
needs to use 1.69.0 to build contracts
  • Loading branch information
tommyv1987 authored Aug 16, 2023
1 parent 61aacd1 commit a97004b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/contracts-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install Rust stable
uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: 1.69.0
target: wasm32-unknown-unknown
override: true
components: rustfmt, clippy
Expand Down

0 comments on commit a97004b

Please sign in to comment.