diff --git a/.github/workflows/FindSDL.yaml b/.github/workflows/FindSDL.yaml index 506f30f74a..c2529dcbac 100644 --- a/.github/workflows/FindSDL.yaml +++ b/.github/workflows/FindSDL.yaml @@ -33,4 +33,4 @@ jobs: - name: Print SDL.h path if: steps.find_sdlh.outputs.path - run: echo "Path to SDL.h: ${{ steps.find_sdlh.outputs.path }}" \ No newline at end of file + run: echo "Path to SDL.h:${{ steps.find_sdlh.outputs.path }}"