From 05cf2ab4dddf4528239da5ba13c728e62fbf8ce8 Mon Sep 17 00:00:00 2001 From: 2fort sink <87287937+OEMunlag@users.noreply.github.com> Date: Sun, 1 Feb 2026 14:28:37 -0300 Subject: [PATCH] Clone Atmosphere with specific branch from file --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8caf1834..e1c929dd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -55,7 +55,7 @@ jobs: # Clone Atmosphère # ------------------------------------------------- - name: Clone Atmosphere - run: git clone https://github.com/Atmosphere-NX/Atmosphere.git atmosphere + run: git clone https://github.com/Atmosphere-NX/Atmosphere.git atmosphere -b $(cat ams_ver.txt) # ------------------------------------------------- # Clone Horizon OC (develop branch) kinda suspicious for now, shouldn't it just already be cloned on the actions runner? @@ -108,7 +108,7 @@ jobs: run: | # I forgot what dkp uses export CC="ccache aarch64-none-elf-gcc" export CXX="ccache aarch64-none-elf-g++" - make -j$(($(nproc) * 2)) CXX="ccache aarch64-none-elf-g++" CC="ccache aarch64-none-elf-gcc + make -j$(($(nproc) * 2)) CXX="ccache aarch64-none-elf-g++" CC="ccache aarch64-none-elf-gcc" hactool -t kip1 out/nintendo_nx_arm64_armv8a/release/loader.kip --uncompress=hoc.kip cp build/stratosphere/loader/hoc.kip dist/atmosphere/kips/hoc.kip