Update Linux-build-archive.yml

This commit is contained in:
Schnappy 2021-11-02 11:27:53 +01:00 committed by GitHub
parent 0e2582c314
commit 542ec9d62f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
name: Linux build name: Linux archive build
on: on:
push: push:
@ -14,7 +14,6 @@ jobs:
run: | run: |
wget https://github.com/ABelliqueux/nolibgs_hello_worlds/releases/download/v0.1/nolibgs_hello_worlds.zip wget https://github.com/ABelliqueux/nolibgs_hello_worlds/releases/download/v0.1/nolibgs_hello_worlds.zip
7z x nolibgs_hello_worlds.zip -o${{github.workspace}} 7z x nolibgs_hello_worlds.zip -o${{github.workspace}}
cd ${{github.workspace}}
- name: Install mipsel toolchain - name: Install mipsel toolchain
run: | run: |
sudo apt-get update sudo apt-get update
@ -35,5 +34,7 @@ jobs:
run: | run: |
wget http://psx.arthus.net/sdk/Psy-Q/psyq-4.7-converted-full.7z wget http://psx.arthus.net/sdk/Psy-Q/psyq-4.7-converted-full.7z
7z x psyq-4.7-converted-full.7z -o${{github.workspace}}/psyq 7z x psyq-4.7-converted-full.7z -o${{github.workspace}}/psyq
cd ${{github.workspace}}
ls -l
- name: Make all - name: Make all
run: make all run: make all