Skip to content

Commit

Permalink
actions: fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
rlane committed Aug 1, 2023
1 parent 9e33fd3 commit 6e40365
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ jobs:
with:
targets: wasm32-unknown-unknown
- uses: Swatinem/rust-cache@v2
workspaces: frontend
with:
workspaces: frontend
- run: cargo check --manifest-path=frontend/Cargo.toml --target=wasm32-unknown-unknown

0 comments on commit 6e40365

Please sign in to comment.