We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bcec48 commit 73c7599Copy full SHA for 73c7599
.github/workflows/rust.yml
@@ -43,8 +43,8 @@ jobs:
43
run: |
44
${{ steps.cache-cef.outputs.cache-hit && 'echo "Cached CEF"'
45
|| (matrix.os == 'windows-latest'
46
- && 'cargo run -p export-cef-dir -- "$env:USERPROFILE/.local/share/cef"'
47
- || 'cargo run -p export-cef-dir -- "$HOME/.local/share/cef"')
+ && 'cargo run -p export-cef-dir -- -f "$env:USERPROFILE/.local/share/cef"'
+ || 'cargo run -p export-cef-dir -- -f "$HOME/.local/share/cef"')
48
}}
49
echo "CEF_PATH=${{ matrix.os == 'windows-latest'
50
&& '$env:USERPROFILE'
0 commit comments