Skip to content

Commit

Permalink
ci: πŸš€ fix building CI on wasm
Browse files Browse the repository at this point in the history
it now can only make sure sentinel compiles on wasm, instead of accessibility, see #43

Close #41
  • Loading branch information
Forsworns committed Feb 28, 2022
1 parent e466c47 commit 9f1f9b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/platforms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: build
args: --target=wasm32-unknown-unknown
args: --target=wasm32-unknown-unknown -p sentinel-envoy-module

0 comments on commit 9f1f9b4

Please sign in to comment.