Skip to content

Commit

Permalink
WIP Debug 7
Browse files Browse the repository at this point in the history
  • Loading branch information
chris2511 committed Mar 7, 2024
1 parent 5408941 commit 1a339d1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cmake.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ jobs:
arch: ${{matrix.winarch}}
version: ${{matrix.qt}}
tools: ${{matrix.tools}}
add-tools-to-path: true
set-env: true
no-qt-binaries: true

- name: Install MSYS2 on Windows
uses: msys2/setup-msys2@v2
Expand All @@ -84,6 +87,7 @@ jobs:
shell: msys2 {0}
run: |
set -x
echo $PATH
curl -O https://www.openssl.org/source/${{env.OPENSSL}}.tar.gz
tar zxf ${{env.OPENSSL}}.tar.gz
cd ${{env.OPENSSL}}
Expand Down

0 comments on commit 1a339d1

Please sign in to comment.