Skip to content

Commit 419bfac

Browse files
committed
[WIP] Fix path export
1 parent 7ad8a1e commit 419bfac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install Pixi
2323
run: |
2424
curl -fsSL https://pixi.sh/install.sh | bash
25-
export PATH="$HOME/.pixi/bin:$PATH"
25+
echo "$HOME/.pixi/bin" >> $GITHUB_PATH
2626
pixi --version
2727
2828
- name: Install test environment

0 commit comments

Comments
 (0)