Fix ROOT variable assignment in build workflow

This commit is contained in:
2fort sink
2026-02-01 18:32:01 -03:00
committed by GitHub
parent 65e7d83972
commit cff4267a68

View File

@@ -146,7 +146,7 @@ jobs:
working-directory: build/exosphere
run: |
export PATCHES="../../Source/Atmosphere-Patches"
export ROOT=../build
export ROOT=".."
cp "$PATCHES/secmon_memory_layout.hpp" "$ROOT/libraries/libexosphere/include/exosphere/secmon/"
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/"