Skip to content

Commit

Permalink
windows support
Browse files Browse the repository at this point in the history
  • Loading branch information
mibmo committed Jun 11, 2022
1 parent e59e91b commit ef2ac53
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
# Download dependencies depending on platform
- name: Download build tools [linux]
Expand All @@ -25,6 +25,9 @@ jobs:
- name: Download build tools [mac]
if: matrix.os == 'macos-latest'
run: brew install libtool automake gettext
- name: Setup MinGW [windows]
if: matrix.os == 'windows-latest'
uses: egor-tensin/setup-mingw@v2

- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit ef2ac53

Please sign in to comment.