Skip to content

Commit 057db0c

Browse files
authored
Merge pull request #1233 from thewtex/native-ci-ref
ci(native): add ref to setup-pixi
2 parents a4062f3 + be650a0 commit 057db0c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/native.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ jobs:
1515
runs-on: ubuntu-22.04
1616

1717
steps:
18-
- uses: prefix-dev/setup-pixi
18+
- uses: actions/checkout@v4
19+
20+
- uses: prefix-dev/setup-pixi@v0.8.1
1921

2022
- name: Build and Test ITK-Wasm
2123
run: |

0 commit comments

Comments
 (0)