Skip to content

Commit

Permalink
feat(ci): Adapt build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
GoetzGoerisch committed Jan 24, 2023
1 parent 235a096 commit 4be7403
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,10 @@ jobs:
echo "ARG_CTEST=-C Debug">> "$env:GITHUB_ENV"
- name: Build server with dependencies
run: |
echo "BASEDIR=$(pwd)" >> "$env:GITHUB_ENV"
cd Sample-Server/deps/libressl/portable/
./autogen.sh
cd ../../../../
cd ${{ env.BASEDIR }}
mkdir -p build
cd build
cmake ../Sample-Server/.github/ -DCMAKE_INSTALL_PREFIX:PATH=${{ env.CMAKE_INSTALL_PREFIX }}
Expand Down

0 comments on commit 4be7403

Please sign in to comment.