From d956c9a15793718ee17739883ef69a8dec4e8326 Mon Sep 17 00:00:00 2001 From: Jacob Walser Date: Fri, 1 Mar 2024 18:00:37 -0500 Subject: [PATCH] github actions: update install qt action to v3 and add openssl tools --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 527de076f..790e5ee96 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,11 +20,12 @@ jobs: uses: actions/checkout@v2 - name: Install Qt - uses: jurplel/install-qt-action@v2 + uses: jurplel/install-qt-action@v3 with: version: '5.15.1' target: 'desktop' modules: qtcharts + tools: 'tools_openssl_x64' - name: Install jinja2 run: |