GHActions: CMake builds are SSE4

This commit is contained in:
TellowKrinkle 2022-08-19 01:10:50 -05:00 committed by tellowkrinkle
parent ce8679a978
commit a50a9fcf9a
2 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@ NAME=""
if [ "${OS}" == "macos" ]; then if [ "${OS}" == "macos" ]; then
NAME="PCSX2-${OS}-${GUI_FRAMEWORK}" NAME="PCSX2-${OS}-${GUI_FRAMEWORK}"
elif [[ "${OS}" == "windows" || ("$OS" == "linux" && "$GUI_FRAMEWORK" == "QT") ]]; then elif [[ ("${OS}" == "windows" && "$BUILD_SYSTEM" != "cmake") || ("$OS" == "linux" && "$GUI_FRAMEWORK" == "QT") ]]; then
NAME="PCSX2-${OS}-${GUI_FRAMEWORK}-${ARCH}-${SIMD}" NAME="PCSX2-${OS}-${GUI_FRAMEWORK}-${ARCH}-${SIMD}"
else else
NAME="PCSX2-${OS}-${GUI_FRAMEWORK}-${ARCH}" NAME="PCSX2-${OS}-${GUI_FRAMEWORK}-${ARCH}"

View File

@ -58,8 +58,8 @@ jobs:
secrets: inherit secrets: inherit
# CMAKE # CMAKE
build_wx_avx2_cmake: build_wx_sse4_cmake:
name: "CMake AVX2" name: "CMake SSE4"
uses: ./.github/workflows/windows_build_wx.yml uses: ./.github/workflows/windows_build_wx.yml
with: with:
jobName: wxWidgets jobName: wxWidgets