Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBriza committed Nov 29, 2019
1 parent 32ba9b8 commit 95696c2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,10 @@ jobs:
run: |
mkdir build
cd build
export CMAKE_PREFIX_PATH=/usr/local/opt/qt5/lib/
cmake
export CMAKE_PREFIX_PATH=/usr/local/opt/qt5/lib/cmake
export OPENSSL_ROOT_DIR=/usr/local/opt/[email protected]/
cmake -DTOGGL_BUILD_TESTS=OFF -DOPENSSL_ROOT_DIR=$OPENSSL_ROOT_DIR ..
make -j2
macos:
runs-on: macOS-latest
Expand Down

0 comments on commit 95696c2

Please sign in to comment.