Skip to content

Commit

Permalink
ci: reinstall cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Feb 17, 2024
1 parent f202210 commit e66c9e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mac14.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v4.1.1
- name: Install Dependencies
run: brew reinstall curl openssl libaec llvm mpich gfortran
run: brew reinstall curl openssl libaec llvm mpich gfortran cmake
- name: Get hdf5 release base name
uses: dsaltares/fetch-gh-release-asset@master
with:
Expand Down

0 comments on commit e66c9e2

Please sign in to comment.