chore(deps): upgrade gtk to 0.18 (#8084)

Co-authored-by: Lucas Nogueira <lucas@tauri.app>
This commit is contained in:
DK Liao
2023-10-24 23:26:24 +08:00
committed by GitHub
parent a0f7b88fd8
commit 9580df1d7b
11 changed files with 143 additions and 134 deletions

View File

@@ -67,14 +67,8 @@ jobs:
command: 'build'
}
features:
- {
args: --no-default-features,
key: no-default
}
- {
args: --features compression,wry,linux-ipc-protocol,isolation,custom-protocol,tray-icon,test,
key: all
}
- { args: --no-default-features, key: no-default }
- { args: --all-features, key: all }
steps:
- uses: actions/checkout@v4
@@ -91,7 +85,7 @@ jobs:
if: contains(matrix.platform.target, 'unknown-linux')
run: |
sudo apt-get update
sudo apt-get install -y webkit2gtk-4.1 libayatana-appindicator3-dev
sudo apt-get install -y webkit2gtk-4.1 libxdo-dev libayatana-appindicator3-dev
- uses: Swatinem/rust-cache@v2
with: