Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Commit

Permalink
Merge pull request #4729 from toggl-open-source/fix/linux-gh-actions
Browse files Browse the repository at this point in the history
Fix failing GH Actions on Linux
  • Loading branch information
atsvirchkova authored Dec 3, 2020
2 parents 36617e8 + e2a2ffe commit 05388af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ jobs:
path: ../Qt
key: QtCache512-networkauth
- name: Install Qt
uses: jurplel/install-qt-action@v2
uses: jurplel/install-qt-action@v2.10.0
with:
cached: ${{ steps.cache-qt.outputs.cache-hit }}
modules: qtnetworkauth
Expand Down Expand Up @@ -295,7 +295,7 @@ jobs:
path: ../Qt
key: QtCache512-networkauth
- name: Install Qt
uses: jurplel/install-qt-action@v2
uses: jurplel/install-qt-action@v2.10.0
with:
cached: ${{ steps.cache-qt.outputs.cache-hit }}
modules: qtnetworkauth
Expand Down

0 comments on commit 05388af

Please sign in to comment.