Skip to content

Commit

Permalink
github-actions/win32: remove PATH add for msys2
Browse files Browse the repository at this point in the history
  • Loading branch information
alberthdev committed Oct 10, 2020
1 parent da8899b commit 0892048
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build.msvc.windows.workflow.yml
Expand Up @@ -116,13 +116,6 @@ jobs:
run: |
echo QT5_BIN_DIR=${{ matrix.QT5_BIN_DIR }} >> $env:GITHUB_ENV
# Add MSYS2's /usr/bin to the PATH.
# This allows vcpkg's build of libpng[apng] to succeed with adding the library prefix.
# (It requires awk to correctly regen the source files...)
- name: Add msys2 to system PATH
run: |
echo C:\msys64\usr\bin >> $env:GITHUB_PATH
- name: Set vcpkg's response file path used as part of cache's key.
uses: lukka/set-shell-env@master
with:
Expand Down

0 comments on commit 0892048

Please sign in to comment.