From e47aa766ad1f2ccb5dbedf18ed87e125dbec4dd8 Mon Sep 17 00:00:00 2001 From: Kristian Bendiksen Date: Mon, 4 Mar 2024 10:21:08 +0100 Subject: [PATCH] Add Qt network auth to github actions. --- .github/workflows/ResInsightWithCache.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ResInsightWithCache.yml b/.github/workflows/ResInsightWithCache.yml index 7c83bd0a88..8a51de57a3 100644 --- a/.github/workflows/ResInsightWithCache.yml +++ b/.github/workflows/ResInsightWithCache.yml @@ -175,6 +175,7 @@ jobs: version: 5.12.12 dir: "${{ github.workspace }}/Qt/" cache: true + modules: "qtnetworkauth" - name: Restore from cache and install vcpkg uses: lukka/run-vcpkg@v7