]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Remove Perl workaround in Github Actions config 1049/head
authorGreg Hudson <ghudson@mit.edu>
Thu, 12 Mar 2020 14:49:07 +0000 (10:49 -0400)
committerGreg Hudson <ghudson@mit.edu>
Mon, 16 Mar 2020 16:40:26 +0000 (12:40 -0400)
The Github Actions runners for Windows now place Strawberry Perl
earlier in the path than git-bash.

.github/workflows/build.yml

index 85d6750d0088977e775c22d57032979b2d271469..2af7da2f4b2181d745c8f762714a020d9554b9ef 100644 (file)
@@ -74,7 +74,7 @@ jobs:
                 cd src
                 call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars32.bat"
                 set
-                set PATH=C:\Strawberry\perl\bin;%PATH%;%wix%bin
+                set PATH=%PATH%;%wix%bin
                 nmake -f Makefile.in prep-windows
                 nmake
                 nmake install
@@ -87,7 +87,7 @@ jobs:
                 cd src
                 call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
                 set
-                set PATH=C:\Strawberry\perl\bin;%PATH%;%wix%bin;"%WindowsSdkVerBinPath%"\x86
+                set PATH=%PATH%;%wix%bin;"%WindowsSdkVerBinPath%"\x86
                 nmake clean
                 nmake
                 nmake install