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 51a3241 commit 3d8d0eaCopy full SHA for 3d8d0ea
.github/workflows/nightly-windows.yml
@@ -49,7 +49,7 @@ jobs:
49
50
- name: Cache Boost Version
51
id: cache-boost
52
- uses: actions/cache@v4
+ uses: actions/cache@v5
53
with:
54
path: C:\Boost
55
key: ${{ matrix.vc_boost.name }}-${{ matrix.options.address_model }}-${{ matrix.build_type }}
@@ -58,7 +58,7 @@ jobs:
58
59
- name: Cache Thrift Version
60
id: cache-thrift
61
62
63
path: C:\Thrift
64
key: ${{ matrix.vc_boost.image }}-${{ matrix.options.address_model }}-thrift-0.13-${{ matrix.build_type }}
0 commit comments