Skip to content

Commit

Permalink
Use yuzu-mirror copies for MerryMage repos
Browse files Browse the repository at this point in the history
These repositories, unfortunately, do not exist anymore.
  • Loading branch information
ascpixi committed Mar 5, 2024
1 parent a41c380 commit 58a81a9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/multiarch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/riscv64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/x86-64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 58a81a9

Please sign in to comment.