Skip to content

Commit baee492

Browse files
committed
explicitly install gklib and cache for win release
1 parent 444b29d commit baee492

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/hipo-win.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,20 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v4
1515

16+
# 2. Set up caching for vcpkg
17+
- name: Cache vcpkg
18+
uses: actions/cache@v3
19+
with:
20+
path: |
21+
./vcpkg/installed
22+
./vcpkg/downloads
23+
key: vcpkg-${{ runner.os }}-${{ hashFiles('vcpkg.json') }}
24+
restore-keys: |
25+
vcpkg-${{ runner.os }}-
26+
27+
- name: Install GKlib
28+
run: vcpkg install metis
29+
1630
- name: Install METIS
1731
run: vcpkg install metis
1832

0 commit comments

Comments
 (0)