We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a457e72 commit 55b2bd8Copy full SHA for 55b2bd8
1 file changed
.github/workflows/pre-check.yml
@@ -44,7 +44,7 @@ jobs:
44
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
45
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
46
restore-keys: |
47
- ${{ runner.os }}-pnpm-store-
+ ${{ runner.os }}-pnpm-store
48
49
- name: Install dependencies
50
run: |
@@ -89,7 +89,6 @@ jobs:
89
if: matrix.platform == 'ubuntu-latest'
90
91
sudo apt-get update
92
- sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf
93
94
- name: Rust format check
95
run: cargo fmt --all --manifest-path src-tauri/Cargo.toml -- --check
0 commit comments