Update build.yml

This commit is contained in:
2fort sink
2026-02-01 19:14:00 -03:00
committed by GitHub
parent f36383d0e7
commit 61fd9d74d3

View File

@@ -32,7 +32,6 @@ jobs:
run: |
aarch64-none-elf-gcc --version
aarch64-none-elf-g++ --version
/usr/lib/ccache/arm-none-eabi-gcc -v
shell: bash # is this even needed? but for consistency let's keep using it
- name: Install ccache
@@ -152,8 +151,8 @@ jobs:
cp "$PATCHES/secmon_emc_access_table_data.inc" "$ROOT/exosphere/program/source/smc/"
cp "$PATCHES/secmon_define_emc_access_table.inc" "$ROOT/exosphere/program/source/smc/"
cp "$PATCHES/secmon_smc_register_access.cpp" "$ROOT/exosphere/program/source/smc/"
make -j$(($(nproc) * 4)) CXX="ccache aarch64-none-elf-g++" CC="ccache aarch64-none-elf-gcc"
# build without ams for now
make -j$(($(nproc) * 4))
cp ./out/nintendo_nx_arm64_armv8a/release/exosphere.bin ../../dist/
- name: ccache stats