mirror of
https://github.com/Royce551/FRESHMusicPlayer.git
synced 2025-01-22 10:51:52 -05:00
Fix macOS CI
This commit is contained in:
parent
e0a52c9279
commit
795a775eab
1 changed files with 4 additions and 0 deletions
4
.github/workflows/macos.yml
vendored
4
.github/workflows/macos.yml
vendored
|
@ -16,6 +16,10 @@ jobs:
|
|||
- name: "Install Dependencies"
|
||||
run: |
|
||||
npm install -g appdmg
|
||||
- name: Set up .NET
|
||||
uses: actions/setup-dotnet@v2
|
||||
with:
|
||||
dotnet-version: '6.0.x'
|
||||
- uses: actions/checkout@v1
|
||||
with:
|
||||
submodules: 'recursive'
|
||||
|
|
Loading…
Reference in a new issue