Skip to content

Commit 8330b63

Browse files
committed
test if patch is in PATH
1 parent 4f59f07 commit 8330b63

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/scripts/windows/build_task.bat

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,10 @@ if "%INTRINSICS%" neq "" set ADD_CONF=%ADD_CONF% --enable-native-intrinsics=%INT
5757

5858
set CFLAGS=/W1 /WX
5959

60-
type c:\build-cache\deps-8.0-vs16-x86\include\net-snmp/net-snmp-config.h
60+
echo "xxxxxxxxxxxxxx"
61+
set
62+
type c:\build-cache\deps-8.0-vs16-x86\include\net-snmp\net-snmp-config.h
63+
patch xx
6164

6265
cmd /c configure.bat ^
6366
--enable-snapshot-build ^

0 commit comments

Comments
 (0)