We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0944997 commit 240ad54Copy full SHA for 240ad54
.github/workflows/build_windows.yml
@@ -23,7 +23,10 @@ jobs:
23
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
24
with:
25
path: |
26
- dependencies
+ C:\boost
27
+ C:\botan
28
+ C:\flatbuffers
29
+ C:\pcre
30
C:\mysql-connector-c++
31
key: win-deps-${{ hashFiles('build_windows.ps1') }}
32
restore-keys: win-deps-
@@ -50,7 +53,10 @@ jobs:
50
53
51
54
52
55
56
57
58
59
60
61
key: win_arm-deps-${{ hashFiles('build_windows.ps1') }}
62
restore-keys: win_arm-deps-
0 commit comments