Update linux-build.yml
This commit is contained in:
parent
751c29a5a9
commit
32fb0f040e
6
.github/workflows/linux-build.yml
vendored
6
.github/workflows/linux-build.yml
vendored
@ -14,11 +14,13 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install gcc-mipsel-linux-gnu g++-mipsel-linux-gnu binutils-mipsel-linux-gnu p7zip
|
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
|
- name: Get converted libs
|
||||||
run: |
|
run: |
|
||||||
cd nolibgs_hello_worlds
|
cd nolibgs_hello_worlds
|
||||||
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./psyq
|
7z x psyq-4.7-converted-full.7z -o./psyq
|
||||||
- uses: actions/checkout@v2
|
- name: Make all
|
||||||
- name: make all
|
|
||||||
run: make all
|
run: make all
|
||||||
|
Loading…
Reference in New Issue
Block a user