Skip to content

Commit fc5a036

Browse files
.github/workflows/dnmtools_release_macos.yml: not install cmake with brew because it's already there
1 parent d08ca1b commit fc5a036

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dnmtools_release_macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run: sudo mkdir -p /opt/dnmtools/lib /opt/dnmtools/include
1818
- name: Install dependency headers and static libs
1919
run: |
20-
brew install zlib gsl automake cmake
20+
brew install zlib gsl automake
2121
sudo cp $(brew --prefix zlib)/lib/*.a /opt/dnmtools/lib
2222
sudo cp $(brew --prefix gsl)/lib/*.a /opt/dnmtools/lib
2323
sudo cp -r $(brew --prefix zlib)/include/* /opt/dnmtools/include

0 commit comments

Comments
 (0)