Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1139,8 +1139,9 @@ jobs:
# Absolute on purpose. Cargo resolves a relative CARGO_TARGET_DIR
# against the current directory, and the Tauri bundle step runs from
# crates/hypercolor-app, so a bare "target" sent that build to its own
# cold directory and recompiled the whole dependency tree the sidecar
# build had just finished compiling.
# cold directory and rebuilt the third of its graph the sidecar build
# shares (157 of ~475 crates). The rest is the app's own tree, which
# nothing here compiles twice, so this saves work and not wall time.
CARGO_TARGET_DIR: ${{ github.workspace }}/target
steps:
- uses: actions/checkout@v6
Expand Down
Loading