Skip to content

Commit

Permalink
quote
Browse files Browse the repository at this point in the history
  • Loading branch information
thresheek committed Aug 7, 2024
1 parent 3e9a585 commit b926097
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nginx-buildbot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@ jobs:
run: |
@echo on
call "%VCVARSALL%" %VCARCH%
C:\Program Files\Git\bin\bash.exe ^
"C:\Program Files\Git\bin\bash.exe" ^
%NGINX_CONFIGURE_CMD_WIN% ^
%NGINX_CONFIGURE_CC_MSVC% ^
%NGINX_CONFIGURE_ADD_STATIC% ^
Expand Down Expand Up @@ -843,7 +843,7 @@ jobs:
run: |
@echo on
call "%VCVARSALL%" %VCARCH%
C:\Program Files\Git\bin\bash.exe ^
"C:\Program Files\Git\bin\bash.exe" ^
%NGINX_CONFIGURE_CMD_WIN% ^
%NGINX_CONFIGURE_CC_MSVC% ^
%NGINX_CONFIGURE_ADD_STATIC% ^
Expand Down

0 comments on commit b926097

Please sign in to comment.