Update linux-build.yml

This commit is contained in:
Schnappy 2021-11-01 16:49:24 +01:00 committed by GitHub
parent 32fb0f040e
commit 3d2460d139
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,6 @@ jobs:
run: git submodule update --init --recursive run: git submodule update --init --recursive
- name: Get converted libs - name: Get converted libs
run: | run: |
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
- name: Make all - name: Make all