We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce6c61b commit 9abb4c8Copy full SHA for 9abb4c8
.github/workflows/intel-oneapi.yml
@@ -49,7 +49,7 @@ jobs:
49
- uses: actions/checkout@v3
50
51
- name: Configure HDF5
52
- run: cmake -S scripts -B scripts/build -DCMAKE_INSTALL_PREFIX=${{ runner.temp }} -DBUILD_SHARED_LIBS:BOOL=${{ matrix.shared }}
+ run: cmake -S scripts -B scripts/build -DCMAKE_INSTALL_PREFIX=${{ runner.temp }}
53
54
- name: Build/install HDF5
55
run: cmake --build scripts/build || cmake --build scripts/build
0 commit comments