Skip to content

Commit

Permalink
updated msys
Browse files Browse the repository at this point in the history
  • Loading branch information
quadraticat authored Aug 15, 2024
1 parent 63e2a16 commit 5253a07
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,24 @@ jobs:
uses: actions/checkout@v3

- name: Configure MSYS2
- uses: msys2/setup-msys2@v2
uses: msys2/setup-msys2@v2
with:
update: true
msystem: MSYS
- shell: msys2 {0}

- name: Install Required Packages
shell: msys2 {0}
run: |
pacman -S base-devel git mercurial cvs wget p7zip
pacman -S perl ruby python2 mingw-w64-i686-toolchain mingw-w64-x86_64-toolchain
pacman -S --noconfirm base-devel git mercurial cvs wget p7zip
pacman -S --noconfirm perl ruby python2 mingw-w64-i686-toolchain mingw-w64-x86_64-toolchain
- name: Install Qt
uses: jurplel/install-qt-action@v3

- name: Download and Install OpenSSL
shell: msys2 {0}
run: |
wget https://www.openssl.org/source/openssl-1.0.1c.tar.gz
tar xvzf openssl-1.0.1c.tar.gz
cd openssl-1.0.1c
Expand Down

0 comments on commit 5253a07

Please sign in to comment.