Skip to content

Commit

Permalink
msys2 shell
Browse files Browse the repository at this point in the history
  • Loading branch information
rm5248 committed Nov 18, 2023
1 parent aa1559b commit 0c83691
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/log4cxx-windows-gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,9 @@ jobs:
- name: 'Configure Dependencies'
if: steps.restore-vcpkg-cache.outputs.cache-hit != 'true'
id: runvcpkg
shell: pwsh
shell: msys2bash
run: |
gcc --version
cd vcpkg
./bootstrap-vcpkg.bat
./vcpkg install apr apr-util fmt --triplet=x64-mingw-dynamic
Expand Down

0 comments on commit 0c83691

Please sign in to comment.