Skip to content

Commit

Permalink
try another thing
Browse files Browse the repository at this point in the history
Signed-off-by: Stephan Renatus <[email protected]>
  • Loading branch information
srenatus committed Feb 3, 2025
1 parent 9fa3e99 commit b6131e6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,15 @@ jobs:
go-version: ${{ steps.go_version.outputs.go_version }}
if: matrix.os != 'linux'

- name: Ready msys2
uses: msys2/setup-msys2@v2
with:
msystem: MINGW64
update: true
install: git mingw-w64-x86_64-toolchain
path-type: inherit
if: matrix.os == 'windows'

# - run: C:/msys64/usr/bin/pacman.exe -S --needed mingw-w64-x86_64-gcc --noconfirm
# if: matrix.os == 'windows'
# - shell: pwsh
Expand Down

0 comments on commit b6131e6

Please sign in to comment.