Skip to content

Commit

Permalink
icu-windows.yml: Setup MSYS path for pkg-config
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel committed Sep 29, 2023
1 parent 258d0f5 commit 948493c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/icu-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ jobs:

steps:

- name: Setup MSYS path for pkg-config
if: ${{ runner.os == 'Windows' }}
shell: pwsh
run: |
echo "C:\msys64\mingw64\bin" | Out-File -FilePath "$env:GITHUB_PATH" -Append
- name: Install the ICU library (Windows)
if: ${{ runner.os == 'Windows' }}
shell: pwsh
Expand Down

0 comments on commit 948493c

Please sign in to comment.