Skip to content

Commit

Permalink
Update pixi-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Dec 3, 2024
1 parent e984d9d commit 8a68354
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/pixi-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ jobs:
- uses: prefix-dev/[email protected]

- name: Build
- name: Workaround on Windows
if: contains(matrix.os, 'windows')
shell: bash
run: |
# Avoid YCM complaining that the git user is not set
Expand All @@ -72,4 +73,12 @@ jobs:
pixi run configure-all
# Workaround for build-ros2 builds
pixi run configure-ros2
- name: Build
shell: bash
run: |
# Avoid YCM complaining that the git user is not set
# Eventually we could consider removing that check in YCM
git config --global user.name PixiGHA User
git config --global user.email [email protected]
pixi run ${{ matrix.pixi_task }}

0 comments on commit 8a68354

Please sign in to comment.