Skip to content

Commit 4781c60

Browse files
authored
Update generic.yml
1 parent cf69678 commit 4781c60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ jobs:
236236
${{ matrix.platform.source-cmd }}
237237
cmake --build build --config ${{ matrix.platform.cmake-build-type }} --verbose -- ${{ matrix.platform.cmake-build-arguments }}
238238
- name: 'Verify SDL_REVISION'
239-
if: ${{ !matrix.platform.no-cmake && matrix.platform.platform != 'harmony' }}
239+
if: ${{ !matrix.platform.no-cmake }}
240240
run: |
241241
echo "This should show us the SDL_REVISION"
242242
echo "Shared library:"

0 commit comments

Comments
 (0)