Skip to content

Commit

Permalink
remove target dir from windows cache- somehow the cmake stuff is endi…
Browse files Browse the repository at this point in the history
…ng up in a weird state, causing a flaky compile step
  • Loading branch information
AsbjornOlling committed Nov 20, 2024
1 parent 30ad9b5 commit d5a8bd0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,7 @@ jobs:
- name: "Cache Cargo Home"
uses: actions/cache@v4
with:
path: |
~/.cargo
nobodywho/target
path: ~/.cargo
key: ${{ runner.os }}-cargo-home-${{ matrix.target }}-${{ matrix.profile }}-${{ hashFiles('**/Cargo.lock') }}
restore-keys: |
${{ runner.os }}-cargo-home-${{ matrix.target }}-${{ matrix.profile }}-
Expand Down

0 comments on commit d5a8bd0

Please sign in to comment.