Skip to content

Commit

Permalink
Update linux-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dougmassay authored Apr 4, 2024
1 parent 4f60198 commit 04aa740
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/linux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,19 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Cache Qt
id: cache-qt
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{runner.workspace}}/Qt
key: ${{ runner.os }}-qtdeps-${{ hashFiles('**/reset-lin-caches.txt') }}

- name: Install Qt
uses: jurplel/install-qt-action@v3
with:
version: '6.5.2'
version: '6.6.2'
dir: ${{runner.workspace}}/Qt
modules: 'qtwebengine qtpositioning qt5compat qtpdf qtwebchannel'
setup-python: 'true'
Expand Down

0 comments on commit 04aa740

Please sign in to comment.