Skip to content

Commit

Permalink
sync with dvrescue
Browse files Browse the repository at this point in the history
  • Loading branch information
ElderOrb committed Apr 12, 2024
1 parent c1339a3 commit 2dbf12e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/qctools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Set Qt5 environment path
run: |
echo "/usr/local/opt/qt5/bin" >> $GITHUB_PATH
echo "/usr/local/opt/qt@5/bin" >> $GITHUB_PATH
- name: Build QCTools
env:
Expand All @@ -63,7 +63,7 @@ jobs:
compiler: ['clang-9']
include:
- compiler: clang-9
packages: llvm@9
packages: llvm@13
env: { 'CC': 'clang-9', 'CXX': 'clang++-9', 'HOMEBREW_NO_INSTALL_CLEANUP': '1', 'HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK': '1' }
- qt_version: "6.3.0"
qt_modules: "qtmultimedia"
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
- name: Set Qt5 environment path
run: |
echo "/usr/local/opt/qt5/bin" >> $GITHUB_PATH
echo "/usr/local/opt/qt@5/bin" >> $GITHUB_PATH
- name: Build qwt
run: |
Expand Down Expand Up @@ -192,7 +192,7 @@ jobs:
compiler: ['clang-9']
include:
- compiler: clang-9
packages: llvm@9
packages: llvm@13
env: { 'CC': 'clang-9', 'CXX': 'clang++-9', 'HOMEBREW_NO_INSTALL_CLEANUP': '1', 'HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK': '1' }
- qt_version: "6.3.0"
qt_modules: "qtmultimedia"
Expand Down

0 comments on commit 2dbf12e

Please sign in to comment.