Skip to content

Commit

Permalink
other fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
JoesCat committed Nov 14, 2023
1 parent ff39dee commit 4c56e7d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
win:
runs-on: windows-latest
strategy:
fail-fast: false
matrix:
include: [
{msystem: MINGW32, toolchain: mingw-w64-i686, version: x32 },
Expand All @@ -40,12 +39,14 @@ jobs:
shell: msys2 {0}
steps:
- uses: actions/checkout@v2
- name: Install msys2 build environment
- uses: msys2/setup-msys2@v2
with:
msystem: ${{ matrix.msystem }}
update: true
install: autotools base-devel git ${{ matrix.toolchain }}-toolchain ${{ matrix.toolchain }}-gimp ${{ matrix.toolchain }}-fftw ${{ matrix.toolchain }}-gsl ${{ matrix.toolchain }}-gettext
install: autotools base-devel git ${{ matrix.toolchain }}-toolchain
install: git ${{ matrix.toolchain }}-gimp
install: git ${{ matrix.toolchain }}-fftw
install: git ${{ matrix.toolchain }}-gsl
- name: Create configure
run: |
autoreconf -i
Expand Down

0 comments on commit 4c56e7d

Please sign in to comment.