Skip to content

Commit 34efc67

Browse files
committed
add qt-version
1 parent 6d34794 commit 34efc67

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ResInsightWithCache.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
publish-to-pypi: false,
3838
vcpkg-bootstrap: bootstrap-vcpkg.bat,
3939
vcpkg-triplet: x64-windows-release,
40+
qt-version: 6.7.0,
4041
}
4142
- {
4243
name: "Ubuntu 22.04 gcc",
@@ -50,6 +51,7 @@ jobs:
5051
publish-to-pypi: true,
5152
vcpkg-bootstrap: bootstrap-vcpkg.sh,
5253
vcpkg-triplet: x64-linux-release,
54+
qt-version: 6.7.0,
5355
}
5456
- {
5557
name: "Ubuntu 22.04 clang-16",
@@ -63,6 +65,7 @@ jobs:
6365
publish-to-pypi: false,
6466
vcpkg-bootstrap: bootstrap-vcpkg.sh,
6567
vcpkg-triplet: x64-linux-release,
68+
qt-version: 6.7.0,
6669
}
6770
steps:
6871
- name: Checkout

0 commit comments

Comments
 (0)