Update macos-build.yml
This commit is contained in:
parent
c702661634
commit
034adcfc36
4
.github/workflows/macos-build.yml
vendored
4
.github/workflows/macos-build.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user