Skip to content

Commit a2f6999

Browse files
committed
Update GitHub action
1 parent 942494e commit a2f6999

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,12 @@ jobs:
2929
working-directory: ./contracts/hackatom
3030
steps:
3131
- name: Checkout sources
32-
uses: actions/checkout@v2
32+
uses: actions/checkout@v4
3333
- name: Install Rust
34-
uses: actions-rs/toolchain@v1
34+
uses: dtolnay/rust-toolchain@master
3535
with:
3636
toolchain: 1.73.0
37-
target: wasm32-unknown-unknown
38-
profile: minimal
39-
override: true
37+
targets: wasm32-unknown-unknown
4038
- name: Build hackatom wasm
4139
run: cargo wasm --locked
4240
- name: Unit Test hackatom

0 commit comments

Comments
 (0)