Skip to content

Commit 991a21b

Browse files
authored
ci: try caching again (#50)
1 parent 131cda0 commit 991a21b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,9 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v4
2323

24-
- uses: prefix-dev/setup-pixi@v0.5.1
24+
- uses: prefix-dev/setup-pixi@v0.8.0
2525
with:
26-
pixi-version: v0.17.1
27-
cache: false
26+
pixi-version: v0.22.0
2827

2928
- name: Build the book
3029
run: pixi run book

0 commit comments

Comments
 (0)