Skip to content

Commit

Permalink
Update cmake-multi-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollot authored Nov 27, 2023
1 parent c504332 commit e336c54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
id: strings
shell: bash
run: |
path-delimiter'=${{ runner.os == 'Windows' && '\' || '/'}}'
build-output-dir='${{ github.workspace }}$(path-delimiter)build'
path-delimiter="${{ runner.os == 'Windows' && '\' || '/'}}"
build-output-dir="${{ github.workspace }}$(path-delimiter)build"
echo "path-delimiter=$path-delimiter" >> "$GITHUB_OUTPUT'"
echo "build-output-dir=$build-output-dir" >> "$GITHUB_OUTPUT'"
echo "python-output-dir=$build-output-dir$path-delimiter${{ matrix.build_type }}$path-delimiter${{ runner.os == 'Windows' && 'python310' || 'lib/python3.10' }}" >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit e336c54

Please sign in to comment.