From 32fb0f040e555c31c0d24a9596f2bf805aca4c30 Mon Sep 17 00:00:00 2001 From: Schnappy Date: Mon, 1 Nov 2021 16:44:32 +0100 Subject: [PATCH] Update linux-build.yml --- .github/workflows/linux-build.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux-build.yml b/.github/workflows/linux-build.yml index 78a567a..1da45af 100644 --- a/.github/workflows/linux-build.yml +++ b/.github/workflows/linux-build.yml @@ -14,11 +14,13 @@ jobs: run: | sudo apt-get update sudo apt-get install gcc-mipsel-linux-gnu g++-mipsel-linux-gnu binutils-mipsel-linux-gnu p7zip + - uses: actions/checkout@v2 + - name: Fetch submodules + run: git submodule update --init --recursive - name: Get converted libs run: | cd nolibgs_hello_worlds wget http://psx.arthus.net/sdk/Psy-Q/psyq-4.7-converted-full.7z 7z x psyq-4.7-converted-full.7z -o./psyq - - uses: actions/checkout@v2 - - name: make all + - name: Make all run: make all