Skip to content

Commit ca2f64b

Browse files
committed
validate
Signed-off-by: Cary Phillips <cary@ilm.com>
1 parent cba85ed commit ca2f64b

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/ci_workflow.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,12 @@ jobs:
102102
- build: 8
103103
label: C++23
104104
cxx-standard: 23
105+
validate_install: false
105106

106107
- build: 9
107108
label: C++26
108109
cxx-standard: 26
110+
validate_install: false
109111

110112
macOS:
111113
name: 'macOS.${{ matrix.build}}: ${{ matrix.label }}'
@@ -170,11 +172,12 @@ jobs:
170172
- build: 7
171173
label: C++23
172174
cxx-standard: 23
175+
validate_install: false
173176

174177
- build: 8
175178
label: C++26
176179
cxx-standard: 26
177-
180+
validate_install: false
178181

179182
windows:
180183
name: 'Windows.${{ matrix.build}}: ${{ matrix.label }}'
@@ -264,8 +267,10 @@ jobs:
264267
- build: 10
265268
label: C++23
266269
cxx-standard: 23
270+
validate_install: false
267271

268272
- build: 11
269273
label: C++26
270274
cxx-standard: 26
275+
validate_install: false
271276

0 commit comments

Comments
 (0)