Skip to content

Commit

Permalink
Debug OpenSSL installation on Windows CI...
Browse files Browse the repository at this point in the history
  • Loading branch information
KitsuneRal committed Sep 24, 2023
1 parent f4f268d commit e4b258e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,9 @@ jobs:
echo "CC=clang" >>$GITHUB_ENV
echo "CXX=clang++" >>$GITHUB_ENV
fi
if [[ '${{ runner.os }}' == 'Windows' ]]; then
ls $IQTA_TOOLS/
fi
echo "CMAKE_ARGS=-GNinja -DCMAKE_BUILD_TYPE=RelWithDebInfo \
${{ runner.os != 'Linux' && '-DCMAKE_MAKE_PROGRAM=$IQTA_TOOLS/Ninja/ninja' || '' }} \
-DCMAKE_PREFIX_PATH=~/.local \
Expand Down

0 comments on commit e4b258e

Please sign in to comment.