Skip to content

Commit b957746

Browse files
committed
ga build
1 parent ae6a659 commit b957746

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/build.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,15 @@ jobs:
2727
if: matrix.os == 'macos-latest'
2828
run: brew install icu4c
2929

30+
- name: Cache vcpkg
31+
uses: actions/cache@v3
32+
with:
33+
path: ${{ github.workspace }}/vcpkg
34+
key: vcpkg-${{ runner.os }}-${{ hashFiles('**/vcpkg.json') }}
35+
3036
- name: Setup vcpkg
3137
uses: lukka/run-vcpkg@v11
38+
timeout-minutes: 15
3239
with:
3340
vcpkgDirectory: '${{ github.workspace }}/vcpkg'
3441
vcpkgGitCommitId: '501db0f17ef6df184fcdbfbe0f87cde2313b6ab1'
@@ -100,4 +107,4 @@ jobs:
100107
override: true
101108

102109
- name: Install ICU
103-
run: sudo apt-get install -y libicu-dev
110+
run: sudo apt-get install -y libicu-dev

0 commit comments

Comments
 (0)