Skip to content

Commit

Permalink
Workflow experiments
Browse files Browse the repository at this point in the history
  • Loading branch information
negrutiu committed Jun 4, 2024
1 parent aa1f64e commit d1a0e04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,20 @@ jobs:
runs-on: ${{matrix.os}}
steps:
- name: Setup mingw32
if: matrix.arch == 'x86'
uses: msys2/setup-msys2@v2
with:
msystem: mingw32
update: true
install: git mingw-w64-i686-toolchain
if: matrix.arch == 'x86'

- name: Setup mingw64
if: matrix.arch == 'amd64'
uses: msys2/setup-msys2@v2
with:
msystem: mingw64
update: true
install: git mingw-w64-x86_64-toolchain
if: matrix.arch == 'amd64'

- name: Dump environment
shell: cmd
Expand Down

0 comments on commit d1a0e04

Please sign in to comment.