ci: remove conflicting qt on macos

This commit is contained in:
itsmattkc
2021-03-25 15:30:35 +11:00
parent 7fc1025e3f
commit 9405582b15
-5
View File
@@ -291,11 +291,6 @@ jobs:
run: |
cmake -E make_directory ${{ runner.workspace }}/build
- name: Acquire Qt
uses: jurplel/install-qt-action@v2
with:
version: 5.15.1
- name: Acquire Dependencies
shell: bash
working-directory: ${{ runner.workspace }}