Skip to content

Commit

Permalink
Try this too
Browse files Browse the repository at this point in the history
  • Loading branch information
thresheek committed Aug 7, 2024
1 parent b926097 commit 391ed59
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/nginx-buildbot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <<EOF
Expand Down Expand Up @@ -771,7 +777,6 @@ jobs:
echo 'TEMP=C:\TEMP' >> $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
Expand Down

0 comments on commit 391ed59

Please sign in to comment.