1 parent 93f7589 commit 7b1037dCopy full SHA for 7b1037d
1 file changed
.github/workflows/manual.yml
@@ -79,10 +79,8 @@ jobs:
79
C:/tools/psutils
80
C:/ProgramData/chocolatey/lib/dos2unix
81
C:/ProgramData/chocolatey/lib/7zip.install
82
- ~/.cargo/bin/sccache
83
- C:/Users/runneradmin/.cargo/bin/sccache
84
C:/Users/runneradmin/.cargo/config.toml
85
- key: windows-custom-tools-v5-${{ hashFiles('**/Cargo.lock') }}
+ key: windows-custom-tools-v6-${{ hashFiles('**/Cargo.lock') }}
86
87
- name: Cache vcpkg (Windows)
88
uses: actions/cache@v3
@@ -172,7 +170,8 @@ jobs:
172
170
if: steps.custom-tools-cache.outputs.cache-hit != 'true'
173
171
shell: pwsh
174
run: |
175
- cargo install sccache --version=0.9.0
+ # Skip sccache installation due to windows_sys compatibility issues
+ # cargo install sccache --version=0.9.0
176
# Add cache configuration
177
$cargoConfig = @"
178
[build]
0 commit comments