From 85f805219cb2654f7b0aa1a736b8566235e7d77a Mon Sep 17 00:00:00 2001 From: tomboylover93 <95257311+tomboylover93@users.noreply.github.com> Date: Thu, 2 Jan 2025 19:41:07 -0300 Subject: [PATCH] gcc-ci: Remove -clang prefix from Clang build jobs --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3d57e8d17..724f2e167 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -273,7 +273,7 @@ jobs: name: shadps4-macos-qt-${{ needs.get-info.outputs.date }}-${{ needs.get-info.outputs.shorthash }} path: shadps4-macos-qt.tar.gz - linux-sdl-clang: + linux-sdl: runs-on: ubuntu-24.04 needs: get-info steps: @@ -329,7 +329,7 @@ jobs: name: shadps4-linux-sdl-${{ needs.get-info.outputs.date }}-${{ needs.get-info.outputs.shorthash }} path: Shadps4-sdl.AppImage - linux-qt-clang: + linux-qt: runs-on: ubuntu-24.04 needs: get-info steps: