Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
VioletGiraffe authored Mar 22, 2024
1 parent d5d214b commit 82019fd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ jobs:
with:
version: '6.6.2'
arch: 'gcc_64'
archives: 'qtbase icu qtsvg'
modules: 'qt5compat qtimageformats'


- name: Install Qt
if: "startsWith(matrix.os, 'macos')"
Expand Down Expand Up @@ -98,4 +95,4 @@ jobs:
export PATH=$Qt6_DIR/bin/:$PATH
unset QTDIR; unset QT_PLUGIN_PATH ; unset LD_LIBRARY_PATH
$Qt6_DIR/bin/qmake -r CONFIG+=release
make -j
make -j

0 comments on commit 82019fd

Please sign in to comment.