|
@@ -96,14 +96,6 @@ jobs:
|
|
command: 'test',
|
|
command: 'test',
|
|
args: '--all --tests'
|
|
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,
|
|
target: x86_64-apple-darwin,
|
|
os: macos-latest,
|
|
os: macos-latest,
|
|
@@ -140,12 +132,6 @@ jobs:
|
|
override: true
|
|
override: true
|
|
default: 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
|
|
- uses: Swatinem/rust-cache@v2
|
|
with:
|
|
with:
|
|
workspaces: core -> ../target
|
|
workspaces: core -> ../target
|