diff --git a/.github/workflows/ci-workflow.yml b/.github/workflows/ci-workflow.yml index dc4cf1e0fe..bb81ce1744 100644 --- a/.github/workflows/ci-workflow.yml +++ b/.github/workflows/ci-workflow.yml @@ -310,7 +310,7 @@ jobs: path: tools - name: Install homebrew packages - run: brew install cmake nasm ninja && brew install bluebandit21/etterna/openssl@1.1_osx_high_sierra + run: brew install cmake nasm ninja && brew tap bluebandit21/etterna && brew upate && brew install bluebandit21/etterna/openssl@1.1_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 ..