Skip to content

Commit

Permalink
ci(native): add ref to setup-pixi
Browse files Browse the repository at this point in the history
To address:

> Error
> the `uses' attribute must be a path, a Docker image, or owner/repo@ref
  • Loading branch information
thewtex committed Sep 16, 2024
1 parent 1ef1077 commit b4e312c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-22.04

steps:
- uses: prefix-dev/setup-pixi
- uses: prefix-dev/setup-pixi@v0.8.1

- name: Build and Test ITK-Wasm
run: |
Expand Down

0 comments on commit b4e312c

Please sign in to comment.