Skip to content

Commit

Permalink
Install m4.exe manually
Browse files Browse the repository at this point in the history
  • Loading branch information
hakonhagland committed Jul 20, 2024
1 parent 9940a81 commit 809cec0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,13 @@ jobs:
with:
update: true
install: base-devel mingw-w64-x86_64-toolchain
- name: Update MSYS2 and install m4 package
# Note: adding m4 to the install list in the setup-msys2 action did not work
# so we have to install it manually
run: |
C:\msys64\usr\bin\pacman -Syu --noconfirm
C:\msys64\usr\bin\pacman -S --noconfirm m4
shell: cmd
- name: Add MSYS2 to Path
run: |
echo "C:\msys64\usr\bin" >> $env:GITHUB_PATH
Expand Down

0 comments on commit 809cec0

Please sign in to comment.