Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
amityadav0 committed Sep 11, 2023
1 parent c0d6752 commit 4a260e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Build
env:
IS_GITHUB_ACTION: true
run: cd astra && cargo build --release --target wasm32-unknown-unknown
run: mkdir res && cd astra && cargo build --release --target wasm32-unknown-unknown
# downloads/installs any extra requirements
#
# binaryen, which is used to reduce the contract's size.
Expand Down

0 comments on commit 4a260e8

Please sign in to comment.