Skip to content

Commit

Permalink
Try another method
Browse files Browse the repository at this point in the history
  • Loading branch information
Slackadays committed Oct 6, 2024
1 parent 6a6fba3 commit 68bcf3c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-clipboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,12 @@ jobs:
cd build
export PKG_CONFIG_PATH="/usr/lib/${{ matrix.arch.gcc }}"
cmake .. \
"-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 68bcf3c

Please sign in to comment.