diff options
author | 2022-06-25 00:36:56 +0530 | |
---|---|---|
committer | 2022-06-25 00:36:56 +0530 | |
commit | 60b6c2251550cb978c82239e39a17b419e3f5732 (patch) | |
tree | 9614f69f35c023852bbaedb5546211a1c6ebd891 | |
parent | 846d1218bd17face7c6f64e5c811156aa3402b14 (diff) | |
download | whatsie-60b6c2251550cb978c82239e39a17b419e3f5732.tar.gz whatsie-60b6c2251550cb978c82239e39a17b419e3f5732.zip |
chore(CI): use latest version of install-qt-action
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |