Use yuzu-mirror copies for MerryMage repos

These repositories, unfortunately, do not exist anymore.
This commit is contained in:
ascpixi
2024-03-05 17:10:08 +01:00
parent a41c380246
commit 58a81a9bdd
4 changed files with 5 additions and 5 deletions

View File

@@ -134,7 +134,7 @@ jobs:
- name: Checkout ext-boost repo
uses: actions/checkout@v2
with:
repository: MerryMage/ext-boost
repository: yuzu-mirror/ext-boost
path: externals/ext-boost
- name: Setup msvc-arm64 environment

View File

@@ -25,7 +25,7 @@ jobs:
- name: Checkout ext-boost repo
uses: actions/checkout@v2
with:
repository: MerryMage/ext-boost
repository: yuzu-mirror/ext-boost
path: externals/ext-boost
- name: Configure CMake

View File

@@ -35,7 +35,7 @@ jobs:
- name: Checkout ext-boost repo
uses: actions/checkout@v2
with:
repository: MerryMage/ext-boost
repository: yuzu-mirror/ext-boost
path: externals/ext-boost
- name: Configure CMake for RISCV64 (Linux)

View File

@@ -33,14 +33,14 @@ jobs:
- name: Checkout ext-boost repo
uses: actions/checkout@v2
with:
repository: MerryMage/ext-boost
repository: yuzu-mirror/ext-boost
path: externals/ext-boost
- name: Checkout unicorn repo
if: ${{matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'}}
uses: actions/checkout@v2
with:
repository: MerryMage/unicorn
repository: yuzu-mirror/unicorn
path: externals/unicorn
- name: Build unicorn