gcc-ci: Remove -clang prefix from Clang build jobs

This commit is contained in:
tomboylover93 2025-01-02 19:41:07 -03:00 committed by GitHub
parent b30675ec07
commit 85f805219c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -273,7 +273,7 @@ jobs:
name: shadps4-macos-qt-${{ needs.get-info.outputs.date }}-${{ needs.get-info.outputs.shorthash }} name: shadps4-macos-qt-${{ needs.get-info.outputs.date }}-${{ needs.get-info.outputs.shorthash }}
path: shadps4-macos-qt.tar.gz path: shadps4-macos-qt.tar.gz
linux-sdl-clang: linux-sdl:
runs-on: ubuntu-24.04 runs-on: ubuntu-24.04
needs: get-info needs: get-info
steps: steps:
@ -329,7 +329,7 @@ jobs:
name: shadps4-linux-sdl-${{ needs.get-info.outputs.date }}-${{ needs.get-info.outputs.shorthash }} name: shadps4-linux-sdl-${{ needs.get-info.outputs.date }}-${{ needs.get-info.outputs.shorthash }}
path: Shadps4-sdl.AppImage path: Shadps4-sdl.AppImage
linux-qt-clang: linux-qt:
runs-on: ubuntu-24.04 runs-on: ubuntu-24.04
needs: get-info needs: get-info
steps: steps: