Skip to content

Commit

Permalink
further remote cygwin debugging
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Baentsch <[email protected]>
  • Loading branch information
baentsch committed Apr 22, 2024
1 parent be3b16c commit ae2c6c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Install cygwin
uses: cygwin/cygwin-install-action@master
with:
packages: perl git ninja gcc-core cmake make python3 python3-devel python3-setuptools
packages: perl git ninja gcc-core cmake make python3 python3-devel python3-setuptools python3-exceptiongroup
- name: Retrieve OpenSSL32 from cache
id: cache-openssl32
uses: actions/cache@v3
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
cmake -GNinja -DOPENSSL_ROOT_DIR=/opt/openssl32 -DCMAKE_INSTALL_PREFIX="${{ env.IP }}" ${{ matrix.platform.oqsconfig }} -DCMAKE_C_COMPILER=gcc ..
ninja
ninja install
pip install pytest pytest-xdist pyyaml exceptiongroup
pip install pytest pytest-xdist pyyaml
ninja run_tests
working-directory: liboqs
- name: build oqs-provider
Expand Down

0 comments on commit ae2c6c4

Please sign in to comment.