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 2c0869f commit dde9492Copy full SHA for dde9492
.github/workflows/build.yml
@@ -73,7 +73,7 @@ jobs:
73
- uses: actions/checkout@v4
74
- name: Cache Boost binaries
75
if: startsWith(matrix.os, 'windows-') && matrix.boost-version
76
- uses: actions/cache@v3
+ uses: actions/cache@v4
77
id: cache-boost
78
with:
79
path: C:\boost-${{ matrix.boost-version }}
0 commit comments