diff options
author | John Fultz <jfultz@wolfram.com> | 2023-07-16 08:55:10 -0500 |
---|---|---|
committer | John Fultz <jfultz@wolfram.com> | 2023-07-16 09:02:22 -0500 |
commit | edbeff498efbcda2fe2e841137f6e038ec94329f (patch) | |
tree | ef74deb433ebe041b6db2237eb193d921a6e6271 | |
parent | d56aab776a989ff1b44ad78c5ef0b3ad59594be5 (diff) |
Update build action to Qt 5.15.2, and cache Qt.
-rw-r--r-- | .github/workflows/build.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ee9d535..d616e79 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: fail-fast: false matrix: name: [macos-clang, ubuntu-20.04-clang, ubuntu-20.04-g++, ubuntu-22.04-clang, ubuntu-22.04-g++] - qt_ver: [5.12.0, 5.15.1] + qt_ver: [5.12.0, 5.15.2] include: - name: macos-clang os: macos-latest @@ -88,6 +88,7 @@ jobs: with: version: ${{ matrix.qt_ver }} arch: ${{ matrix.qt_arch }} + cache: true - name: Add MSVC to path uses: ilammy/msvc-dev-cmd@v1 |