Skip to content

Commit

Permalink
Fix github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tasiov committed Nov 27, 2023
1 parent 798b7f8 commit ed08447
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ jobs:
with:
profile: minimal
toolchain: 1.68.2
target: wasm32-unknown-unknown
override: true
target: wasm32-unknown-unknown
components: rustfmt, clippy

- name: Cache Cargo dependencies
uses: actions/cache@v2
Expand Down

0 comments on commit ed08447

Please sign in to comment.