mirror of
https://github.com/citron-neo/PR.git
synced 2026-07-05 15:22:02 -07:00
ci: switch all workflows back to main branch
Signed-off-by: Zephyron <zephyron@citron-emu.org>
This commit is contained in:
@@ -25,8 +25,7 @@ jobs:
|
||||
id: upstream
|
||||
run: |
|
||||
REPO_URL="https://git.citron-emu.org/Citron/Emulator.git"
|
||||
BRANCH="fix/audio-biquad-filter-metroid-prime-4"
|
||||
FULL_HASH=$(git ls-remote "$REPO_URL" "refs/heads/$BRANCH" | cut -f1)
|
||||
FULL_HASH=$(git ls-remote "$REPO_URL" HEAD | cut -f1)
|
||||
SHORT_HASH=$(echo "$FULL_HASH" | cut -c1-7)
|
||||
echo "hash_short=$SHORT_HASH" >> $GITHUB_OUTPUT
|
||||
echo "hash_full=$FULL_HASH" >> $GITHUB_OUTPUT
|
||||
@@ -104,7 +103,7 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Checkout Upstream Source Code
|
||||
run: git clone --recurse-submodules -b fix/audio-biquad-filter-metroid-prime-4 https://git.citron-emu.org/Citron/Emulator.git emulator
|
||||
run: git clone --recurse-submodules https://git.citron-emu.org/Citron/Emulator.git emulator
|
||||
|
||||
- name: Prepare Build Environment
|
||||
run: |
|
||||
@@ -160,7 +159,7 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Checkout Upstream Repository
|
||||
run: git clone -b fix/audio-biquad-filter-metroid-prime-4 https://git.citron-emu.org/Citron/Emulator.git upstream_repo
|
||||
run: git clone https://git.citron-emu.org/Citron/Emulator.git upstream_repo
|
||||
|
||||
- name: Set Version
|
||||
id: version
|
||||
|
||||
Reference in New Issue
Block a user