Skip to content

Commit 7b1037d

Browse files
MichaelRyomMichaelRyom
authored andcommitted
Fix Windows build: remove sccache installation causing windows_sys compatibility issues
1 parent 93f7589 commit 7b1037d

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/manual.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,8 @@ jobs:
7979
C:/tools/psutils
8080
C:/ProgramData/chocolatey/lib/dos2unix
8181
C:/ProgramData/chocolatey/lib/7zip.install
82-
~/.cargo/bin/sccache
83-
C:/Users/runneradmin/.cargo/bin/sccache
8482
C:/Users/runneradmin/.cargo/config.toml
85-
key: windows-custom-tools-v5-${{ hashFiles('**/Cargo.lock') }}
83+
key: windows-custom-tools-v6-${{ hashFiles('**/Cargo.lock') }}
8684

8785
- name: Cache vcpkg (Windows)
8886
uses: actions/cache@v3
@@ -172,7 +170,8 @@ jobs:
172170
if: steps.custom-tools-cache.outputs.cache-hit != 'true'
173171
shell: pwsh
174172
run: |
175-
cargo install sccache --version=0.9.0
173+
# Skip sccache installation due to windows_sys compatibility issues
174+
# cargo install sccache --version=0.9.0
176175
# Add cache configuration
177176
$cargoConfig = @"
178177
[build]

0 commit comments

Comments
 (0)