Skip to content

Commit

Permalink
Missed a caret
Browse files Browse the repository at this point in the history
  • Loading branch information
derobins committed Aug 26, 2024
1 parent 1c9c8dc commit ef11036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/intel-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
run: |
mkdir "${{ runner.workspace }}/build"
Set-Location -Path "${{ runner.workspace }}\\build"
cmake -C ${{ github.workspace }}/config/cmake/cacheinit.cmake -G Ninja \
cmake -C ${{ github.workspace }}/config/cmake/cacheinit.cmake -G Ninja ^
-DCMAKE_BUILD_TYPE=${{ inputs.build_mode }} ^
-DHDF5_BUILD_FORTRAN=ON ^
-DHDF5_BUILD_CPP_LIB=ON ^
Expand Down

0 comments on commit ef11036

Please sign in to comment.