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 658c36c commit 715defc
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 @@ -20,7 +20,7 @@ on:

env:
BUILD_DIR: '${{ github.workspace }}/build'
PYTHON_OUTPUT_DIR: ${{ github.workspace }}/build/${{ inputs.input_build_type }}/lib/python3.10"
PYTHON_OUTPUT_DIR: ${{ github.workspace }}/build/${{ inputs.build_type }}/lib/python3.10"

jobs:
build:
Expand All @@ -32,7 +32,7 @@ jobs:

matrix:
os: [ubuntu-latest, macos-latest]
build_type: ${{ inputs.input_build_type }}
build_type: ${{ inputs.build_type }}
c_compiler: [gcc]
include:
- os: ubuntu-latest
Expand Down

0 comments on commit 715defc

Please sign in to comment.