From 04b04403dea3a1de9b9c181084b5a638230cf98b Mon Sep 17 00:00:00 2001 From: Pocat Date: Wed, 2 Oct 2024 21:44:57 +0800 Subject: [PATCH] remove ryujinx --- .github/workflows/run.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/workflows/run.yml b/.github/workflows/run.yml index eb4be64812..da72e7ce53 100644 --- a/.github/workflows/run.yml +++ b/.github/workflows/run.yml @@ -41,6 +41,8 @@ jobs: mv yuzu-mainline .github mv yuzu-android .github mv unlock-music .github + mv ryujinx .github + mv ryujinx-release-channel .github # Clean Repository rm -rf * export GCRS="git clone --depth 1 --recurse-submodules" @@ -123,8 +125,6 @@ jobs: ${GCRS} https://github.com/qier222/YesPlayMusic yesplaymusic ${GCRS} https://github.com/Codennnn/vue-color-avatar vue-color-avatar ${GCRS} https://github.com/DIGITALCRIMINALS/OnlyFans onlyfans - ${GCRS} https://github.com/Ryujinx/Ryujinx ryujinx - ${GCRS} https://github.com/Ryujinx/release-channel-master ryujinx-release-channel ${GCRS} https://git.suyu.dev/suyu/suyu suyu # Clean Git Info rm -rf */.git @@ -142,6 +142,8 @@ jobs: mv .github/yuzu-mainline . mv .github/yuzu-android . mv .github/unlock-music . + mv .github/ryujinx . + mv .github/ryujinx-release-channel . # Git Commit git config --local user.name "github-action[bot]" git config --local user.email "${{ secrets.EMAIL }}" @@ -254,11 +256,6 @@ jobs: pushd nekobox-android/Clients || exit 1 wget -qO- https://api.github.com/repos/MatsuriDayo/NekoBoxForAndroid/releases/latest | jq ".assets[] | {browser_download_url}" -c | jq .browser_download_url -r | aria2c -c -x 8 -s 8 -j 1 -k 1M -i - popd || exit 1 - # ryujinx-release-channel - mkdir -p ryujinx-release-channel/Clients - pushd ryujinx-release-channel/Clients || exit 1 - wget -qO- https://api.github.com/repos/Ryujinx/release-channel-master/releases/latest | jq ".assets[] | {browser_download_url}" -c | jq .browser_download_url -r | aria2c -c -x 8 -s 8 -j 1 -k 1M -i - - popd || exit 1 # v2ray-rules-dat mkdir -p v2ray-rules-dat/Clients pushd v2ray-rules-dat/Clients || exit 1