Update main.yml

This commit is contained in:
Alex Spataru 2021-01-10 23:04:49 -05:00 committed by GitHub
parent 85df072ae9
commit 2566e51bd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,6 +18,8 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v2
with:
modules: qtcharts
- name: Install dependencies
run: |
@ -55,6 +57,8 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v2
with:
modules: qtcharts
- name: Install create-dmg
run: brew install create-dmg