Update macos-build.yml

This commit is contained in:
Schnappy 2021-11-02 20:36:00 +01:00 committed by GitHub
parent 9858fc1288
commit cad5ae7e1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,11 +20,8 @@ jobs:
run: |
wget https://raw.githubusercontent.com/grumpycoders/pcsx-redux/a899d09d81cf602ef48e51cda09a6c62638fa5c5/tools/macos-mips/mipsel-none-elf-binutils.rb -O ${{github.workspace}}/mipsel-none-elf-binutils.rb
wget https://raw.githubusercontent.com/grumpycoders/pcsx-redux/a899d09d81cf602ef48e51cda09a6c62638fa5c5/tools/macos-mips/mipsel-none-elf-gcc.rb -O ${{github.workspace}}/mipsel-none-elf-gcc.rb
brew install --build-bottle ${{github.workspace}}/mipsel-none-elf-binutils.rb --debug
brew install --build-bottle ${{github.workspace}}/mipsel-none-elf-gcc.rb --debug
ls -l
brew bottle mipsel-none-elf-binutils
brew bottle mipsel-none-elf-gcc
brew install ${{github.workspace}}/mipsel-none-elf-binutils.rb --debug
brew install ${{github.workspace}}/mipsel-none-elf-gcc.rb --debug
- name: Build mkpsxiso
run: |
wget https://github.com/Lameguy64/mkpsxiso/archive/refs/heads/master.zip -O ${{github.workspace}}/master.zip
@ -46,8 +43,3 @@ jobs:
with:
name: mkpsxiso-macos
path: ${{github.workspace}}/mkpsxiso-master/build
- name: Upload toolchain-macos
uses: actions/upload-artifact@v2
with:
name: mpisel-toolchain-macos
path: ${{github.workspace}}/*bottle*.tar.gz