Skip to content

Commit

Permalink
set enable-sia feature for wasm CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
Alrighttt committed Sep 19, 2024
1 parent 6729e97 commit 8fbd342
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -417,8 +417,8 @@ jobs:
run: |
rm -f ./MM_VERSION
echo $COMMIT_HASH > ./MM_VERSION
wasm-pack build --release mm2src/mm2_bin_lib --target web --out-dir ../../target/target-wasm-release
wasm-pack build --release mm2src/mm2_bin_lib --target web --out-dir ../../target/target-wasm-release --features enable-sia
cd
- name: Compress build output
env:
AVAILABLE: ${{ secrets.FILE_SERVER_KEY }}
Expand Down

0 comments on commit 8fbd342

Please sign in to comment.