Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Glatzel committed Nov 6, 2024
1 parent d599095 commit ab093df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Restore pixi cache
uses: actions/cache/restore@v4
with:
path: path/to/dependencies
path: '~\AppData\Local\rattler'
key: pixi-${{ runner.os }}-${{ hashFiles('**/pixi.lock') }}
restore-keys: pixi-${{ runner.os }}

Expand Down

0 comments on commit ab093df

Please sign in to comment.