Skip to content

Commit 9abb4c8

Browse files
committed
ci:linux:oneapi: remove unused param
1 parent ce6c61b commit 9abb4c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/intel-oneapi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- uses: actions/checkout@v3
5050

5151
- name: Configure HDF5
52-
run: cmake -S scripts -B scripts/build -DCMAKE_INSTALL_PREFIX=${{ runner.temp }} -DBUILD_SHARED_LIBS:BOOL=${{ matrix.shared }}
52+
run: cmake -S scripts -B scripts/build -DCMAKE_INSTALL_PREFIX=${{ runner.temp }}
5353

5454
- name: Build/install HDF5
5555
run: cmake --build scripts/build || cmake --build scripts/build

0 commit comments

Comments
 (0)