Skip to content

Commit

Permalink
ci: remove ninja
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Feb 6, 2024
1 parent 2e1efca commit f9d0eef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mac14.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: mac14 Xcode
name: mac14

on:
workflow_dispatch:
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
cd hdfsrc
mkdir build
cd build
cmake -DCTEST_DROP_SITE_INIT:STRING="my.cdash.org" -DHDF5_ENABLE_SZIP_SUPPORT:BOOL=OFF -G Ninja ..
cmake -DCTEST_DROP_SITE_INIT:STRING="my.cdash.org" -DHDF5_ENABLE_SZIP_SUPPORT:BOOL=OFF ..
ctest -T Build --output-on-error -j
ctest -T Test --output-on-error -j
ctest -T Submit

0 comments on commit f9d0eef

Please sign in to comment.