We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d34794 commit 34efc67Copy full SHA for 34efc67
.github/workflows/ResInsightWithCache.yml
@@ -37,6 +37,7 @@ jobs:
37
publish-to-pypi: false,
38
vcpkg-bootstrap: bootstrap-vcpkg.bat,
39
vcpkg-triplet: x64-windows-release,
40
+ qt-version: 6.7.0,
41
}
42
- {
43
name: "Ubuntu 22.04 gcc",
@@ -50,6 +51,7 @@ jobs:
50
51
publish-to-pypi: true,
52
vcpkg-bootstrap: bootstrap-vcpkg.sh,
53
vcpkg-triplet: x64-linux-release,
54
55
56
57
name: "Ubuntu 22.04 clang-16",
@@ -63,6 +65,7 @@ jobs:
63
65
64
66
67
68
69
70
steps:
71
- name: Checkout
0 commit comments