diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ca84aa1..810dfbb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,11 +12,14 @@ jobs: runs-on: ubuntu-latest container: ps2dev/ps2dev:latest steps: + - name: Install dependencies run: | apk add build-base git zip + - uses: actions/checkout@v2 - run: | + git config --global --add safe.directory "$GITHUB_WORKSPACE" git fetch --prune --unshallow diff --git a/Makefile b/Makefile index edde158..ab8a57c 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ EE_OBJS_DIR = obj/ EE_ASM_DIR = asm/ EE_OBJS = $(FRONTEND_OBJS) $(EECORE_OBJS) -EE_LIBS = -lfileXio -lpatches -lelf-loader +EE_LIBS = -lfileXio -lpatches -lelf-loader-nocolour EE_LIB_DIRS += -L$(PS2SDK)/ee/lib EE_INCS += -I$(PS2SDK)/ports/include EE_CFLAGS := -O2 -G8192 -mgpopt -Wno-stringop-truncation