diff options
author | 2019-11-03 04:42:31 +0100 | |
---|---|---|
committer | 2019-11-03 04:42:31 +0100 | |
commit | 24e53d92c5808bb47b316de632f51db69173d1c5 (patch) | |
tree | bcb48df4f761b1d4fc26969311600f80cda28ced /.github/workflows/integration.yml | |
parent | 2c6bfdbc8c2262c3550fa16d4472e29d73077956 (diff) | |
download | iced-24e53d92c5808bb47b316de632f51db69173d1c5.tar.gz iced-24e53d92c5808bb47b316de632f51db69173d1c5.tar.bz2 iced-24e53d92c5808bb47b316de632f51db69173d1c5.zip |
Remove Wasm target from CI for now
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/integration.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 54ca2e33..5e73f3cb 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -7,10 +7,6 @@ jobs: matrix: os: [ubuntu-latest, windows-latest, macOS-latest] rust: [stable, beta] - include: - - os: ubuntu-latest - rust: stable - targets: 'wasm32-unknown-unknown' steps: - uses: hecrj/setup-rust-action@v1 with: |