update contracts-build.yml

needs to use 1.69.0 to build contracts
This commit is contained in:
Tommy Verrall
2023-08-16 11:42:00 +02:00
committed by GitHub
parent 61aacd16cd
commit a97004b6e0
+1 -1
View File
@@ -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