Update macos-build.yml

This commit is contained in:
Schnappy 2021-11-02 18:08:04 +01:00 committed by GitHub
parent c702661634
commit 034adcfc36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,10 @@ jobs:
runs-on: macOS-latest
steps:
- name: Install tinyxml2
run : |
brew update --verbose
brew install tinyxml2
- name: Build mkpsxiso
run: |
wget https://github.com/Lameguy64/mkpsxiso/archive/refs/heads/master.zip -O ${{github.workspace}}/master.zip