Skip to content

Commit

Permalink
pixi-ci: Remove "-l {0}" that breaks pixi on macos-14
Browse files Browse the repository at this point in the history
See prefix-dev/setup-pixi#139 for the upstream issue
  • Loading branch information
traversaro authored Sep 16, 2024
1 parent abce468 commit 4855225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pixi-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- uses: prefix-dev/[email protected]

- name: Build
shell: bash -l {0}
shell: bash
run: |
# Avoid YCM complaining that the git user is not set
# Eventually we could consider removing that check in YCM
Expand Down

0 comments on commit 4855225

Please sign in to comment.