Skip to content

Commit

Permalink
Fix CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
JaredWhiteOne committed Sep 9, 2024
1 parent 8bcb52f commit 480e782
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/dolphin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,14 @@ jobs:
include:
- build_type: Test
artifact_name: windows-test
build_config: -G "Ninja" -DCMAKE_BUILD_TYPE="Release" -DCURL_LIBRARY="../curl-8.9.1_3-win64-mingw/lib" -DCURL_INCLUDE_DIR="../curl-8.9.1_3-win64-mingw/include" -DENABLE_CLI_TOOL=false -DENABLE_NOGUI=false -DENABLE_TESTS=false
build_config: -G "Ninja" -DCMAKE_BUILD_TYPE="Release"
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Install Dependencies
run: |
choco install pkgconfiglite curl
curl -sS https://curl.se/windows/dl-8.9.1_3/curl-8.9.1_3-win64-mingw.zip > curl-8.9.1_3-win64-mingw.zip
7z x ./curl-8.9.1_3-win64-mingw.zip
- name: 'Fetch Git Tags'
shell: bash
if: success()
Expand Down Expand Up @@ -132,7 +130,7 @@ jobs:
run: |
mkdir build
cd build
cmake .. -DLINUX_LOCAL_DEV=true -DCMAKE_PREFIX_PATH=./Externals/Qt/Qt6.5.1/x64/lib/cmake/ -DENABLE_CLI_TOOL=false -DENABLE_NOGUI=false -DENABLE_TESTS=false
cmake .. -DLINUX_LOCAL_DEV=true -DCMAKE_PREFIX_PATH=./Externals/Qt/Qt6.5.1/x64/lib/cmake/
- name: Build
run: |
Expand Down
2 changes: 1 addition & 1 deletion Source/Core/Core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ add_library(core

target_include_directories(core PRIVATE Brawlback/include)

if(_M_X86)
if(_M_X86_64)
target_sources(core PRIVATE
DSP/Jit/x64/DSPEmitter.cpp
DSP/Jit/x64/DSPEmitter.h
Expand Down

0 comments on commit 480e782

Please sign in to comment.