File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed
Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments