Skip to content

Commit 240ad54

Browse files
committed
here we go
1 parent 0944997 commit 240ad54

File tree

2 files changed

+269
-144
lines changed

2 files changed

+269
-144
lines changed

.github/workflows/build_windows.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@ jobs:
2323
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
2424
with:
2525
path: |
26-
dependencies
26+
C:\boost
27+
C:\botan
28+
C:\flatbuffers
29+
C:\pcre
2730
C:\mysql-connector-c++
2831
key: win-deps-${{ hashFiles('build_windows.ps1') }}
2932
restore-keys: win-deps-
@@ -50,7 +53,10 @@ jobs:
5053
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
5154
with:
5255
path: |
53-
dependencies
56+
C:\boost
57+
C:\botan
58+
C:\flatbuffers
59+
C:\pcre
5460
C:\mysql-connector-c++
5561
key: win_arm-deps-${{ hashFiles('build_windows.ps1') }}
5662
restore-keys: win_arm-deps-

0 commit comments

Comments
 (0)