Skip to content

Commit

Permalink
fix(CI): Fix LibreSSL prep
Browse files Browse the repository at this point in the history
  • Loading branch information
GoetzGoerisch committed Oct 26, 2021
1 parent 855859d commit 8def009
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ jobs:
echo "ARG_CTEST=-C Debug">> "$env:GITHUB_ENV"
- name: Build server with dependencies
run: |
./deps/libressl/portable/autogen.sh
cd Sample-Server/deps/libressl/portable/
./autogen.sh
cd ../../../../
mkdir -p build
cd build
cmake ../Sample-Server/.github/ -DCMAKE_INSTALL_PREFIX:PATH=${{ env.CMAKE_INSTALL_PREFIX }}
Expand Down

0 comments on commit 8def009

Please sign in to comment.