Skip to content

Commit

Permalink
Try ^ for Windows-only line continuation
Browse files Browse the repository at this point in the history
  • Loading branch information
derobins committed Aug 26, 2024
1 parent b95bd40 commit 1c9c8dc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/intel-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,11 @@ jobs:
mkdir "${{ runner.workspace }}/build"
Set-Location -Path "${{ runner.workspace }}\\build"
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 \
-DLIBAEC_USE_LOCALCONTENT=OFF \
-DZLIB_USE_LOCALCONTENT=OFF \
-DCMAKE_BUILD_TYPE=${{ inputs.build_mode }} ^
-DHDF5_BUILD_FORTRAN=ON ^
-DHDF5_BUILD_CPP_LIB=ON ^
-DLIBAEC_USE_LOCALCONTENT=OFF ^
-DZLIB_USE_LOCALCONTENT=OFF ^
${{ github.workspace }}
- name: CMake Build (Windows)
Expand Down

0 comments on commit 1c9c8dc

Please sign in to comment.