Update Linux-build-archive.yml

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

View File

@ -33,8 +33,8 @@ jobs:
- name: Get converted libs - name: Get converted libs
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}}/nolibgs_hello_worlds/psyq
cd ${{github.workspace}} cd ${{github.workspace}}/nolibgs_hello_worlds
ls -l ls -l
- name: Make all - name: Make all
run: make all run: make all