Skip to content

Commit

Permalink
ci/ssl: fix openssl root dir (#677)
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers authored Feb 6, 2023
1 parent 6d68c4c commit 392d5fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ssl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:

env:
CMAKE_GENERATOR: Ninja
OPENSSL_ROOT_DIR: "assets/${{ matrix.ssl }}"

steps:
- uses: actions/checkout@v3
Expand All @@ -30,4 +31,4 @@ jobs:
wget "https://github.com/baresip/ci/releases/download/v0.1/assets.tar.gz"
tar -xf assets.tar.gz
- name: make
run: cmake -B build -DCMAKE_C_FLAGS="-Iassets/${{ matrix.ssl }}/include -Werror" -DCMAKE_EXE_LINKER_FLAGS="-Lassets/${{ matrix.ssl }}" && cmake --build build -j
run: cmake -B build -DCMAKE_C_FLAGS="-Werror" && cmake --build build -j

0 comments on commit 392d5fe

Please sign in to comment.