diff --git a/.github/workflows/nginx-buildbot.yml b/.github/workflows/nginx-buildbot.yml index fddf1e3..be471eb 100644 --- a/.github/workflows/nginx-buildbot.yml +++ b/.github/workflows/nginx-buildbot.yml @@ -703,6 +703,12 @@ jobs: repository: nginx/nginx-tests path: nginx-tests + - name: Fix perl (TODO: remove) + shell: cmd + run: | + mv C:\tools\msys64\usr\bin\perl.exe C:\tools\msys64\usr\bin\perl.exe.msys + mv C:\tools\msys64\usr\bin\link.exe C:\tools\msys64\usr\bin\link.exe.msys + - name: Set the defaults and set up environment run: | ENV_JSON=$(cat <> $GITHUB_ENV echo 'TMP=C:\TEMP' >> $GITHUB_ENV - echo 'PERL=/C/Strawberry/perl/bin/perl' >> $GITHUB_ENV mkdir C:/TEMP/ - name: Download and unpack dependencies