Skip to content

Commit

Permalink
Poking at CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mkeeter committed Feb 21, 2024
1 parent 5ff5834 commit 23214f5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Build
- name: Install wasm target
run: rustup target add wasm32-unknown-unknown
- name: Check
run: cargo check --target=wasm32-unknown-unknown --release -pfidget --no-default-features --features="rhai,render,mesh"

0 comments on commit 23214f5

Please sign in to comment.