Remove linux from matrix since we already test it with the wasmpack test

This commit is contained in:
Jonathan Kelley 2023-07-19 18:48:17 -07:00
parent 9d942f1162
commit 462338e49f
No known key found for this signature in database
GPG key ID: 1FBB50F7EB0A08BE

View file

@ -96,14 +96,6 @@ jobs:
command: 'test',
args: '--all --tests'
}
- {
target: x86_64-unknown-linux-gnu,
os: ubuntu-latest,
toolchain: '1.69.0',
cross: false,
command: 'test',
args: '--all --tests'
}
- {
target: x86_64-apple-darwin,
os: macos-latest,
@ -140,12 +132,6 @@ jobs:
override: true
default: true
- name: install Linux dependencies
if: contains(matrix.platform.target, 'unknown-linux')
run: |
sudo apt-get update
sudo apt-get install -y webkit2gtk-4.1 libayatana-appindicator3-dev
- uses: Swatinem/rust-cache@v2
with:
workspaces: core -> ../target