Skip to content

Commit e6059f4

Browse files
committed
ga build
1 parent b30936f commit e6059f4

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,16 @@ jobs:
2727
if: matrix.os == 'macos-latest'
2828
run: brew install icu4c
2929

30-
- name: Install vcpkg (Windows)
30+
- name: Install vcpkg and ICU (Windows)
3131
if: matrix.os == 'windows-latest'
32-
uses: lukka/run-vcpkg@v7
32+
uses: lukka/run-vcpkg@v11
3333
with:
34-
vcpkgGitCommitId: 'a42af01b72c28a8e1d7b48107b33e4f286a55ef6'
34+
vcpkgArguments: 'icu:x64-windows'
35+
vcpkgDirectory: '${{ github.workspace }}/vcpkg'
3536

36-
- name: Install ICU (Windows)
37+
- name: Set up ICU path (Windows)
3738
if: matrix.os == 'windows-latest'
38-
run: |
39-
vcpkg install icu:x64-windows
40-
vcpkg integrate install
41-
echo "C:\vcpkg\installed\x64-windows\bin" >> $env:GITHUB_PATH
39+
run: echo "${{ github.workspace }}/vcpkg/installed/x64-windows/bin" >> $env:GITHUB_PATH
4240

4341
- name: Set up cargo cache
4442
uses: actions/cache@v3

0 commit comments

Comments
 (0)