Fix Linux CEF cache path

This commit is contained in:
Gregory Schier
2026-07-02 21:09:21 -07:00
parent ed835fa6df
commit 304827b6b4
+1 -1
View File
@@ -70,7 +70,7 @@ jobs:
if: matrix.os == 'ubuntu' if: matrix.os == 'ubuntu'
uses: actions/cache@v4 uses: actions/cache@v4
with: with:
path: ~/.local/share/tauri-cef path: ~/.cache/tauri-cef
key: cef-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('Cargo.lock') }} key: cef-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('Cargo.lock') }}
- name: install dependencies (Linux only) - name: install dependencies (Linux only)