Skip to content

Commit

Permalink
Look for OpenSSL in proper die
Browse files Browse the repository at this point in the history
  • Loading branch information
Slackadays committed Oct 6, 2024
1 parent f54e2ca commit 6a6fba3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-clipboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ jobs:
"-DCMAKE_CXX_COMPILER=${{ matrix.arch.gcc }}-g++-${{ matrix.gcc }}" \
"-DCMAKE_C_COMPILER=${{ matrix.arch.gcc }}-gcc-${{ matrix.gcc }}" \
"-DCMAKE_BUILD_TYPE=Release"
"-DOPENSSL_ROOT_DIR=/usr/lib/${{ matrix.arch.gcc }}"
cmake --build . -j 4
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 6a6fba3

Please sign in to comment.