From 751c29a5a9bfb04be325c1a5f40aabcc88153ead Mon Sep 17 00:00:00 2001 From: Schnappy Date: Mon, 1 Nov 2021 16:41:12 +0100 Subject: [PATCH] Update linux-build.yml --- .github/workflows/linux-build.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/linux-build.yml b/.github/workflows/linux-build.yml index 979d9d2..78a567a 100644 --- a/.github/workflows/linux-build.yml +++ b/.github/workflows/linux-build.yml @@ -11,14 +11,14 @@ jobs: steps: - name: Install mipsel toolchain - run: | - sudo apt-get update - sudo apt-get install gcc-mipsel-linux-gnu g++-mipsel-linux-gnu binutils-mipsel-linux-gnu p7zip + run: | + sudo apt-get update + sudo apt-get install gcc-mipsel-linux-gnu g++-mipsel-linux-gnu binutils-mipsel-linux-gnu p7zip - 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 + 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 run: make all