Update build.yml
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user