Skip to content

Commit

Permalink
Fine, everything can go on one line for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Dana Robinson committed Aug 26, 2024
1 parent ef11036 commit 85c4317
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/intel-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,7 @@ jobs:
run: |
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 ^
${{ github.workspace }}
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 ${{ github.workspace }}
- name: CMake Build (Windows)
shell: pwsh
Expand Down

0 comments on commit 85c4317

Please sign in to comment.