Skip to content

Commit 9f1f9b4

Browse files
committed
ci: 🚀 fix building CI on wasm
it now can only make sure sentinel compiles on wasm, instead of accessibility, see #43 Close #41
1 parent e466c47 commit 9f1f9b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/platforms.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,4 @@ jobs:
8181
uses: actions-rs/cargo@v1
8282
with:
8383
command: build
84-
args: --target=wasm32-unknown-unknown
84+
args: --target=wasm32-unknown-unknown -p sentinel-envoy-module

0 commit comments

Comments
 (0)