Skip to content

Commit 7e0e8f4

Browse files
committed
Fix setup-pixi action version tag
1 parent e63ec79 commit 7e0e8f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
steps:
4242
- uses: actions/checkout@v4
4343
- name: Setup Pixi
44-
uses: prefix-dev/setup-pixi@v@v0.9.4
44+
uses: prefix-dev/setup-pixi@v0.9.4
4545
- name: Run Native tests
4646
run: |
4747
cargo test --verbose -F native-tests

0 commit comments

Comments
 (0)