Skip to content

Commit 17eb5a0

Browse files
committed
CI Mac: fail if SDK_NONFREE_PATH but no delta SDK
Co not continue if SDK_NONFREE_PATH is set but deltacast SDK not present there. At this time, this will fail later in .github/scripts/install-common-deps.sh, anyways. Also the DELTACAST SDK remains the last non-free SDK so it doesn't make sense to define SDK_NONFREE_PATH GH variable while not having that SDK.
1 parent 64f3595 commit 17eb5a0

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
@@ -180,7 +180,7 @@ jobs:
180180
rm -rf ${{ env.SDK_NONFREE_PATH }}
181181
mkdir -p ${{ env.SDK_NONFREE_PATH }}
182182
cd ${{ env.SDK_NONFREE_PATH }}
183-
curl -S -f -O "$SDK_URL/$DELTA_MAC_ARCHIVE" || true
183+
curl -S -f -O "$SDK_URL/$DELTA_MAC_ARCHIVE"
184184
- name: Run actions/cache for XIMEA
185185
id: cache-macos-ximea
186186
uses: actions/cache@main

0 commit comments

Comments
 (0)