Fix macOS CI

This commit is contained in:
Victor Tran 2022-04-27 11:46:16 +10:00 committed by GitHub
parent e0a52c9279
commit 795a775eab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'