mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-07-03 11:31:47 +02:00
Fix Linux CEF cache path
This commit is contained in:
@@ -70,7 +70,7 @@ jobs:
|
||||
if: matrix.os == 'ubuntu'
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: ~/.local/share/tauri-cef
|
||||
path: ~/.cache/tauri-cef
|
||||
key: cef-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('Cargo.lock') }}
|
||||
|
||||
- name: install dependencies (Linux only)
|
||||
|
||||
Reference in New Issue
Block a user