Skip to content

Commit

Permalink
use ccache in qt6
Browse files Browse the repository at this point in the history
  • Loading branch information
alphagocc authored Jun 21, 2024
1 parent 1bff81d commit 070d085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux-qt6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
mkdir build
mkdir bin
cd build
../src/configure -static -prefix ../bin -cmake-generator Ninja -qt-tiff -qt-webp -qt-libpng -qt-libjpeg -release -no-icu
../src/configure -static -prefix ../bin -cmake-generator Ninja -qt-tiff -qt-webp -qt-libpng -qt-libjpeg -release -no-icu -ccache
- name: Build
run: |
cd qt6/build
Expand Down

0 comments on commit 070d085

Please sign in to comment.