Skip to content

Commit c6f34a5

Browse files
EtienneAredantec
authored andcommitted
Fix ci builtype argument passed to pixi task
1 parent d978a2a commit c6f34a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/macos-linux-pixi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
env:
5555
CMAKE_BUILD_PARALLEL_LEVEL: 4
5656
run: |
57-
pixi run test buildtype=${{ matrix.build_type }}
57+
pixi run test ${{ matrix.build_type }}
5858
5959
check:
6060
if: always()

0 commit comments

Comments
 (0)