Skip to content

Commit

Permalink
WIP Debug 3
Browse files Browse the repository at this point in the history
  • Loading branch information
chris2511 committed Mar 7, 2024
1 parent 0673661 commit cd016c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cmake.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- os: windows
generator: MinGW Makefiles
openssl_root: ${{github.workspace}}/install
openssl_root: ${{env.MSYS}}/install
artifact: |
build/xca-*.msi
build/xca-portable-*.zip
Expand Down Expand Up @@ -72,11 +72,11 @@ jobs:
if: matrix.os == 'windows'
shell: msys2 {0}
run: |
cd ${{github.workspace}}
set -x
curl -O https://www.openssl.org/source/${{env.OPENSSL}}.tar.gz
tar zxf ${{env.OPENSSL}}.tar.gz
cd ${{env.OPENSSL}}
./Configure mingw64 --prefix=${{github.workspace}}/install --libdir=lib
./Configure mingw64 --prefix=`pwd`/../install --libdir=lib
make -j4 && make install_sw
- name: Install Sphinx
Expand Down

0 comments on commit cd016c8

Please sign in to comment.