diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index bb86e5d3..57f80ccc 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -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 @@ -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