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 942494e commit a2f6999Copy full SHA for a2f6999
.github/workflows/ci.yml
@@ -29,14 +29,12 @@ jobs:
29
working-directory: ./contracts/hackatom
30
steps:
31
- name: Checkout sources
32
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
33
- name: Install Rust
34
- uses: actions-rs/toolchain@v1
+ uses: dtolnay/rust-toolchain@master
35
with:
36
toolchain: 1.73.0
37
- target: wasm32-unknown-unknown
38
- profile: minimal
39
- override: true
+ targets: wasm32-unknown-unknown
40
- name: Build hackatom wasm
41
run: cargo wasm --locked
42
- name: Unit Test hackatom
0 commit comments