From f919e5751ae6ea90544fe884beb67f2daf723cf3 Mon Sep 17 00:00:00 2001 From: Victor Tran Date: Sat, 13 Apr 2024 11:08:03 +1000 Subject: [PATCH] Use Ninja to build --- .github/workflows/linux-appimage.yml | 1 + .github/workflows/macos.yml | 1 + .github/workflows/win.yml | 1 + 3 files changed, 3 insertions(+) diff --git a/.github/workflows/linux-appimage.yml b/.github/workflows/linux-appimage.yml index a25a404..be10ad9 100644 --- a/.github/workflows/linux-appimage.yml +++ b/.github/workflows/linux-appimage.yml @@ -21,6 +21,7 @@ jobs: arch: 'linux_gcc_64' cache: true modules: 'qt3d qtcharts qtconnectivity qtdatavis3d qtgraphs qtgrpc qthttpserver qtimageformats qtlanguageserver qtlocation qtlottie qtmultimedia qtnetworkauth qtpdf qtpositioning qtquick3dphysics qtquickeffectmaker qtremoteobjects qtscxml qtsensors qtserialbus qtserialport qtspeech qtvirtualkeyboard qtwebchannel qtwebengine qtwebsockets qtwebview qt5compat qtquick3d qtquicktimeline qtshadertools' + tools: 'tools_ninja' - name: Install QCoro uses: theCheeseboard/actions/build-cmake-project@actions with: diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 5d2d5b8..37c2512 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -21,6 +21,7 @@ jobs: arch: 'clang_64' cache: true modules: 'qt3d qtcharts qtconnectivity qtdatavis3d qtgraphs qtgrpc qthttpserver qtimageformats qtlanguageserver qtlocation qtlottie qtmultimedia qtnetworkauth qtpdf qtpositioning qtquick3dphysics qtquickeffectmaker qtremoteobjects qtscxml qtsensors qtserialbus qtserialport qtspeech qtvirtualkeyboard qtwebchannel qtwebengine qtwebsockets qtwebview qt5compat qtquick3d qtquicktimeline qtshadertools' + tools: 'tools_ninja' - name: Install QCoro uses: theCheeseboard/actions/build-cmake-project@actions with: diff --git a/.github/workflows/win.yml b/.github/workflows/win.yml index 080ef0f..9768732 100644 --- a/.github/workflows/win.yml +++ b/.github/workflows/win.yml @@ -20,6 +20,7 @@ jobs: target: 'desktop' cache: true modules: 'qt3d qtcharts qtconnectivity qtdatavis3d qtgraphs qtgrpc qthttpserver qtimageformats qtlanguageserver qtlocation qtlottie qtmultimedia qtnetworkauth qtpdf qtpositioning qtquick3dphysics qtquickeffectmaker qtremoteobjects qtscxml qtsensors qtserialbus qtserialport qtspeech qtvirtualkeyboard qtwebchannel qtwebengine qtwebsockets qtwebview qt5compat qtquick3d qtquicktimeline qtshadertools' + tools: 'tools_ninja' - name: Install QCoro uses: theCheeseboard/actions/build-cmake-project@actions with: