Use yuzu-mirror copies for MerryMage repos
These repositories, unfortunately, do not exist anymore.
This commit is contained in:
parent
a41c380246
commit
58a81a9bdd
4 changed files with 5 additions and 5 deletions
2
.github/workflows/aarch64.yml
vendored
2
.github/workflows/aarch64.yml
vendored
|
@ -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
|
||||
|
|
2
.github/workflows/multiarch.yml
vendored
2
.github/workflows/multiarch.yml
vendored
|
@ -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
|
||||
|
|
2
.github/workflows/riscv64.yml
vendored
2
.github/workflows/riscv64.yml
vendored
|
@ -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)
|
||||
|
|
4
.github/workflows/x86-64.yml
vendored
4
.github/workflows/x86-64.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue