Update macos-build.yml

This commit is contained in:
Schnappy 2021-11-02 17:58:55 +01:00 committed by GitHub
parent 891cad6fe4
commit c702661634
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,8 @@ jobs:
run: | run: |
wget https://github.com/Lameguy64/mkpsxiso/archive/refs/heads/master.zip -O ${{github.workspace}}/master.zip wget https://github.com/Lameguy64/mkpsxiso/archive/refs/heads/master.zip -O ${{github.workspace}}/master.zip
7z x ${{github.workspace}}/master.zip -o${{github.workspace}} 7z x ${{github.workspace}}/master.zip -o${{github.workspace}}
awk 'n>=4 { print a[n%7] } { a[n%7]=$0; n=n+1 }' ${{github.workspace}}/mkpsxiso-master/CMakeLists.txt >> ${{github.workspace}}/mkpsxiso-master/CMakeLists.txt awk 'n>=4 { print a[n%7] } { a[n%7]=$0; n=n+1 }' ${{github.workspace}}/mkpsxiso-master/CMakeLists.txt >> ${{github.workspace}}/mkpsxiso-master/CMakeLists.txt.tmp
mv -f ${{github.workspace}}/mkpsxiso-master/CMakeLists.txt.tmp ${{github.workspace}}/mkpsxiso-master/CMakeLists.txt
cat ${{github.workspace}}/mkpsxiso-master/CMakeLists.txt cat ${{github.workspace}}/mkpsxiso-master/CMakeLists.txt
mkdir ${{github.workspace}}/mkpsxiso-master/build mkdir ${{github.workspace}}/mkpsxiso-master/build
ls -l ${{github.workspace}} ls -l ${{github.workspace}}