Skip to content

Commit

Permalink
ci(mac13): fix yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Mar 25, 2024
1 parent e600cb4 commit f38b26e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/mac13-ninja-clang17-fl-d-f-mpich-sf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
strategy:
matrix:
name: mac13
name: ["mac13 ninja clang17 fl d f mpich sf"]
include:
- name: "mac13 ninja clang17 fl d f mpich sf"
artifact: "macOS.tar.xz"
Expand Down Expand Up @@ -75,6 +75,7 @@ jobs:
mkdir "${{ runner.workspace }}/hdf5/build"
cd "${{ runner.workspace }}/hdf5/build"
cmake ${{ matrix.generator }} \
-DCMAKE_BUILD_TYPE=Debug \
-DBUILD_SHARED_LIBS=ON \
-DBUILD_STATIC_EXECS:BOOL=OFF \
-DBUILD_STATIC_LIBS:BOOL=OFF \
Expand Down

0 comments on commit f38b26e

Please sign in to comment.