Skip to content

Commit d6b1b3f

Browse files
committed
ccpp.yml: XIMEA has separate pkg fox x64 and arm64
runner.os = macos matrix.os = macos-13 or macos 14 (combination runner.os + runner.arch would also work)
1 parent 83289a5 commit d6b1b3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ccpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
uses: actions/cache@main
179179
with:
180180
path: /var/tmp/XIMEA_OSX_SP.dmg
181-
key: cache-ximea-${{ runner.os }}-${{ steps.etags.outputs.ximea }}
181+
key: cache-ximea-${{ matrix.os }}-${{ steps.etags.outputs.ximea }}
182182
- name: Download XIMEA
183183
if: steps.cache-macos-ximea.outputs.cache-hit != 'true'
184184
run: curl -S -L "$XIMEA_DOWNLOAD_URL" -o /private/var/tmp/XIMEA_OSX_SP.dmg

0 commit comments

Comments
 (0)