Skip to content

Commit 33328db

Browse files
committed
Attempt Mac builder fix
1 parent 272bf3b commit 33328db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ jobs:
218218
uses: actions/checkout@v4
219219
with:
220220
repository: Project-Plus-Development-Team/Project-Plus-Dolphin
221-
ref: master
221+
ref: dolphin-emu-release-prep-2509
222222

223223
- name: Checkout Submodules
224224
if: steps.cache-submodules.outputs.cache-hit != 'true'

Externals/pugixml/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
project(pugixml)
22

3-
cmake_minimum_required(VERSION 2.8.12)
3+
cmake_minimum_required(VERSION 2.8.12...3.5)
44

55
option(BUILD_SHARED_LIBS "Build shared instead of static library" OFF)
66

0 commit comments

Comments
 (0)