We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07438bd commit 3eec030Copy full SHA for 3eec030
.github/workflows/main.yaml
@@ -157,7 +157,7 @@ jobs:
157
with:
158
msystem: UCRT64
159
update: true
160
- install: m4
+ install: diffutils m4 make
161
162
- name: Run on Windows
163
if: matrix.os == 'windows-2025'
ci/setup-windows.sh
@@ -2,11 +2,5 @@
2
3
set -eux
4
5
-ls /
6
-ls /c/msys64
7
-
8
-export PATH="/c/msys64:$PATH"
9
10
-pacman install m4
11
12
-mv -h
+m4 --help
+make --help
0 commit comments