summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorboppybibbles <43829320+boppybibbles@users.noreply.github.com>2020-01-04 20:12:09 +0200
committerGitHub <noreply@github.com>2020-01-04 20:12:09 +0200
commit9e89a0eb650da29426c06b91845b985d6c4cb86a (patch)
treeaa599d2a56922769804bf3efdf8aa0f8871fe9e9 /.github
parentb0cdc0098ad43d5ee08051ff83b52eaf77de7264 (diff)
Use new stable version of `install-qt-action`.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ccpp.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml
index e6c3a004..3feddfcf 100644
--- a/.github/workflows/ccpp.yml
+++ b/.github/workflows/ccpp.yml
@@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Install Qt
- uses: jurplel/install-qt-action@v1
+ uses: jurplel/install-qt-action@v2
- name: Install Linux packages
run: sudo apt update && sudo apt install -y --no-install-recommends libgl1-mesa-dev
- name: qmake