Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/nightly-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

- name: Cache Boost Version
id: cache-boost
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: C:\Boost
key: ${{ matrix.vc_boost.name }}-${{ matrix.options.address_model }}-${{ matrix.build_type }}
Expand All @@ -60,7 +60,7 @@ jobs:

- name: Cache Thrift Version
id: cache-thrift
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: C:\Thrift
key: ${{ matrix.vc_boost.image }}-${{ matrix.options.address_model }}-thrift-0.13-${{ matrix.build_type }}
Expand Down
Loading