Skip to content

Commit

Permalink
WIP7
Browse files Browse the repository at this point in the history
  • Loading branch information
bk138 committed Dec 28, 2024
1 parent 75368f4 commit 8c1efd8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@ jobs:
pkgs: wxwidgets gettext[tools]
triplet: x64-windows
token: ${{ github.token }}
- name: Install Windows Build Tools
if: ${{ matrix.os == 'windows-latest' }}
uses: msys2/setup-msys2@v2
with:
update: true
install: >-
autotools
- name: Prepare LibreSSL
shell: bash
run: |
Expand Down

0 comments on commit 8c1efd8

Please # to comment.