Skip to content

Commit ae238ee

Browse files
committed
try again with brew
Signed-off-by: Tony Xiang <[email protected]>
1 parent 40b337f commit ae238ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
# TODO removed pinned v2 of catch2, see https://github.com/alliander-opensource/power-grid-model/issues/73
100100
run: |
101101
brew install ninja boost eigen nlohmann-json
102-
brew install https://github.com/catchorg/Catch2/archive/v2.13.9.tar.gz
102+
curl https://raw.githubusercontent.com/Homebrew/homebrew-core/5e5abb11bf49787d01164c4066119365262c21ed/Formula/catch2.rb > $(find $(brew --repository) -name catch2.rb) && brew reinstall catch2
103103
sudo pip3 install mkl mkl-devel mkl-include
104104
105105
- name: Build and test

0 commit comments

Comments
 (0)