53
53
matrix : ${{ steps.cpp-matrix.outputs.matrix }}
54
54
steps :
55
55
- name : Generate Test Matrix
56
- uses :
alandefreitas/cpp-actions/[email protected] .7
56
+ uses :
alandefreitas/cpp-actions/[email protected] .8
57
57
id : cpp-matrix
58
58
with :
59
59
compilers : |
@@ -111,21 +111,21 @@ jobs:
111
111
uses : actions/checkout@v4
112
112
113
113
- name : Setup C++
114
- uses :
alandefreitas/cpp-actions/[email protected] .7
114
+ uses :
alandefreitas/cpp-actions/[email protected] .8
115
115
id : setup-cpp
116
116
with :
117
117
compiler : ${{ matrix.compiler }}
118
118
version : ${{ matrix.version }}
119
119
120
120
- name : Install packages
121
121
if : matrix.install != ''
122
- uses :
alandefreitas/cpp-actions/[email protected] .7
122
+ uses :
alandefreitas/cpp-actions/[email protected] .8
123
123
id : package-install
124
124
with :
125
125
apt-get : ${{ matrix.install }}
126
126
127
127
- name : Clone Boost
128
- uses :
alandefreitas/cpp-actions/[email protected] .7
128
+ uses :
alandefreitas/cpp-actions/[email protected] .8
129
129
id : boost-clone
130
130
with :
131
131
branch : ${{ (github.ref_name == 'master' && github.ref_name) || 'develop' }}
@@ -193,7 +193,7 @@ jobs:
193
193
corpus-
194
194
195
195
- name : CMake Workflow
196
- uses :
alandefreitas/cpp-actions/[email protected] .7
196
+ uses :
alandefreitas/cpp-actions/[email protected] .8
197
197
if : matrix.is-no-factor-intermediary != 'true'
198
198
with :
199
199
source-dir : ../boost-root
@@ -213,7 +213,7 @@ jobs:
213
213
trace-commands : true
214
214
215
215
- name : CMake Integration Workflow
216
- uses :
alandefreitas/cpp-actions/[email protected] .7
216
+ uses :
alandefreitas/cpp-actions/[email protected] .8
217
217
if : matrix.is-no-factor-intermediary != 'true'
218
218
with :
219
219
source-dir : ../boost-root/libs/${{ steps.patch.outputs.module }}/test/cmake_test
@@ -229,7 +229,7 @@ jobs:
229
229
trace-commands : true
230
230
231
231
- name : CMake Root Workflow
232
- uses :
alandefreitas/cpp-actions/[email protected] .7
232
+ uses :
alandefreitas/cpp-actions/[email protected] .8
233
233
if : matrix.is-no-factor-intermediary != 'true'
234
234
with :
235
235
source-dir : .
@@ -246,7 +246,7 @@ jobs:
246
246
trace-commands : true
247
247
248
248
- name : B2 Workflow
249
- uses :
alandefreitas/cpp-actions/[email protected] .7
249
+ uses :
alandefreitas/cpp-actions/[email protected] .8
250
250
env :
251
251
# Set flags via B2 options exclusively
252
252
CFLAGS : ' '
@@ -274,7 +274,7 @@ jobs:
274
274
warnings-as-errors : ${{ matrix.is-latest }}
275
275
276
276
- name : FlameGraph
277
- uses :
alandefreitas/cpp-actions/[email protected] .7
277
+ uses :
alandefreitas/cpp-actions/[email protected] .8
278
278
if : matrix.time-trace
279
279
with :
280
280
source-dir : ../boost-root/libs/url
@@ -345,7 +345,7 @@ jobs:
345
345
fetch-depth : 100
346
346
347
347
- name : Changelog
348
- uses :
alandefreitas/cpp-actions/[email protected] .7
348
+ uses :
alandefreitas/cpp-actions/[email protected] .8
349
349
with :
350
350
thank-non-regular : ${{ startsWith(github.ref, 'refs/tags/') }}
351
351
github-token : ${{ secrets.GITHUB_TOKEN }}
@@ -368,15 +368,15 @@ jobs:
368
368
shell : bash
369
369
steps :
370
370
- name : Install packages
371
- uses :
alandefreitas/cpp-actions/[email protected] .7
371
+ uses :
alandefreitas/cpp-actions/[email protected] .8
372
372
with :
373
373
apt-get : git cmake
374
374
375
375
- name : Clone Boost.URL
376
376
uses : actions/checkout@v4
377
377
378
378
- name : Clone Boost
379
- uses :
alandefreitas/cpp-actions/[email protected] .7
379
+ uses :
alandefreitas/cpp-actions/[email protected] .8
380
380
id : boost-clone
381
381
with :
382
382
branch : ${{ (github.ref_name == 'master' && github.ref_name) || 'develop' }}
0 commit comments