From 60b6c2251550cb978c82239e39a17b419e3f5732 Mon Sep 17 00:00:00 2001 From: Keshav Bhatt Date: Sat, 25 Jun 2022 00:36:56 +0530 Subject: chore(CI): use latest version of install-qt-action --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 74ea1ff..727070b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: - name: Checkout sources uses: actions/checkout@v2 - name: Install Qt - uses: jurplel/install-qt-action@v2 + uses: jurplel/install-qt-action@v2.14.0 with: version: ${{env.QT_VERSION}} modules: qtwebengine -- cgit v1.2.3