Skip to content

Commit

Permalink
Add unknown-unknown target on all CI builders too
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Oct 9, 2023
1 parent 1441830 commit b6bd73f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/install-rust/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ runs:

- name: Install the WASI target
shell: bash
run: rustup target add wasm32-wasi
run: rustup target add wasm32-wasi wasm32-unknown-unknown

- name: Choose registry cache key
shell: bash
Expand Down

0 comments on commit b6bd73f

Please sign in to comment.