From 924687b11e21414c63b49d399e9d40eb05728647 Mon Sep 17 00:00:00 2001 From: Magne Sjaastad Date: Tue, 29 Oct 2024 14:13:28 +0100 Subject: [PATCH] Remove qt5compat --- .github/workflows/ResInsightWithCache.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ResInsightWithCache.yml b/.github/workflows/ResInsightWithCache.yml index 082d96bb20..6b5355bb37 100644 --- a/.github/workflows/ResInsightWithCache.yml +++ b/.github/workflows/ResInsightWithCache.yml @@ -183,7 +183,7 @@ jobs: version: ${{ matrix.config.qt-version }} dir: "${{ github.workspace }}/Qt/" cache: true - modules: "qtnetworkauth qtcharts qt5compat" + modules: "qtnetworkauth qtcharts" - name: Export GitHub Actions cache environment variables uses: actions/github-script@v7