Skip to content

Commit

Permalink
CI "hype"
Browse files Browse the repository at this point in the history
  • Loading branch information
bluebandit21 committed Mar 31, 2024
1 parent 5bec7fc commit 42dbe6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ jobs:
path: tools

- name: Install homebrew packages
run: brew install cmake nasm ninja && brew install bluebandit21/etterna/[email protected]_osx_high_sierra
run: brew install cmake nasm ninja && brew tap bluebandit21/etterna && brew upate && brew install bluebandit21/etterna/[email protected]_osx_high_sierra

- name: Generate CMake
run: mkdir main/build && cd main/build && cmake -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl -DCMAKE_BUILD_TYPE=RelWithDebInfo -G Ninja ..
Expand Down

0 comments on commit 42dbe6c

Please sign in to comment.