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 - name: Checkout ext-boost repo
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with:
repository: MerryMage/ext-boost repository: yuzu-mirror/ext-boost
path: externals/ext-boost path: externals/ext-boost
- name: Setup msvc-arm64 environment - name: Setup msvc-arm64 environment

View file

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

View file

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

View file

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