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 83289a5 commit d6b1b3fCopy full SHA for d6b1b3f
.github/workflows/ccpp.yml
@@ -178,7 +178,7 @@ jobs:
178
uses: actions/cache@main
179
with:
180
path: /var/tmp/XIMEA_OSX_SP.dmg
181
- key: cache-ximea-${{ runner.os }}-${{ steps.etags.outputs.ximea }}
+ key: cache-ximea-${{ matrix.os }}-${{ steps.etags.outputs.ximea }}
182
- name: Download XIMEA
183
if: steps.cache-macos-ximea.outputs.cache-hit != 'true'
184
run: curl -S -L "$XIMEA_DOWNLOAD_URL" -o /private/var/tmp/XIMEA_OSX_SP.dmg
0 commit comments