Skip to content

Commit

Permalink
Remove wasm32-unknown-unknonw check due to issues with an upstream crate
Browse files Browse the repository at this point in the history
  • Loading branch information
TTWNO committed Jul 27, 2023
1 parent d772240 commit ec3cf16
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,10 +193,7 @@ jobs:
with:
toolchain: stable
- name: Install WASM target(s)
run: rustup target add wasm32-unknown-unknown && rustup target add wasm32-wasi
- name: Test Common Compilation (wasm32-unknown-unknown)
working-directory: atspi-common
run: cargo build --target wasm32-unknown-unknown
run: rustup target add wasm32-wasi
- name: Test Common Compilation (wasm32-wasi)
working-directory: atspi-common
run: cargo build --target wasm32-wasi
Expand Down

0 comments on commit ec3cf16

Please sign in to comment.