Skip to content

Commit

Permalink
use msys2 action
Browse files Browse the repository at this point in the history
  • Loading branch information
davecramer committed Apr 2, 2024
1 parent 2cbe856 commit f872f88
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,12 @@ jobs:
dir "C:\OTHERBIN\winflexbison"
rem - man7.org/linux/man-pages/man1/printf.1.html
printf "C:\\OTHERBIN\\winflexbison" >> %GITHUB_PATH%
- name: 'install libxml2'
shell: cmd
run: c:\msys64\pacman -S libxml2
- name: Setup MSYS2
uses: msys2/[email protected]
with:
update: true
install: >-
libxml2
- name: 'setup msvc x86'
if: ${{steps.cachePostgres86.outputs.cache-hit != 'true'}}
uses: TheMrMilchmann/setup-msvc-dev@v3
Expand Down

0 comments on commit f872f88

Please sign in to comment.