Bläddra i källkod

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

Jonathan Kelley 1 år sedan
förälder
incheckning
462338e49f
1 ändrade filer med 0 tillägg och 14 borttagningar
  1. 0 14
      .github/workflows/main.yml

+ 0 - 14
.github/workflows/main.yml

@@ -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