mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-04-18 20:12:50 +00:00
[PR #1946] [MERGED] fix(ci): Fix Windows CI cargo build cache path #2746
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/CCExtractor/ccextractor/pull/1946
Author: @cfsmp3
Created: 1/1/2026
Status: ✅ Merged
Merged: 1/2/2026
Merged by: @cfsmp3
Base:
master← Head:fix/windows-ci-caching📝 Commits (1)
200eb17fix(ci): Fix Windows CI cargo build cache path📊 Changes
1 file changed (+3 additions, -3 deletions)
View changed files
📝
.github/workflows/build_windows.yml(+3 -3)📄 Description
Summary
This PR fixes the Windows CI cargo build cache which was pointing to the wrong path.
Changes:
Fix cargo build cache path:
rust.batsetsCARGO_TARGET_DIRto thewindows/directory, which results in artifacts being stored atwindows/x86_64-pc-windows-msvc/, notwindows/target/. The cache was pointing to the wrong path and never getting hits.Remove redundant CARGO_TARGET_DIR: The workflow was setting
CARGO_TARGET_DIR: "..\\..\\windows"in the build steps, butrust.batoverrides this anyway. Removed the redundant environment variable.Results:
Test plan
🤖 Generated with Claude Code
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.