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 cf69678 commit 4781c60Copy full SHA for 4781c60
.github/workflows/generic.yml
@@ -236,7 +236,7 @@ jobs:
236
${{ matrix.platform.source-cmd }}
237
cmake --build build --config ${{ matrix.platform.cmake-build-type }} --verbose -- ${{ matrix.platform.cmake-build-arguments }}
238
- name: 'Verify SDL_REVISION'
239
- if: ${{ !matrix.platform.no-cmake && matrix.platform.platform != 'harmony' }}
+ if: ${{ !matrix.platform.no-cmake }}
240
run: |
241
echo "This should show us the SDL_REVISION"
242
echo "Shared library:"
0 commit comments