Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add ci for aws building in wasm
Browse files Browse the repository at this point in the history
crwen committed Nov 6, 2024
1 parent b700322 commit 508faea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -123,7 +123,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: build
args: --target wasm32-unknown-unknown --package fusio --features=opfs
args: --target wasm32-unknown-unknown --package fusio --features=opfs,aws

- name: Run cargo build on fusio-parquet
uses: actions-rs/cargo@v1
@@ -135,4 +135,4 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: build
args: --target wasm32-unknown-unknown --package fusio-dispatch --features=opfs
args: --target wasm32-unknown-unknown --package fusio-dispatch --features=opfs,aws

0 comments on commit 508faea

Please sign in to comment.