Skip to content

Commit 435c05a

Browse files
committed
ci: cpp-actions v1.8.8
* Support ubuntu noble and clang 19 * Support tags without conventional commits for changelog * Better handling of multi-config generators * boost-clone initializes essential modules * Multiple bug fixes
1 parent 51c9118 commit 435c05a

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

Diff for: .github/workflows/ci.yml

+12-12
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
matrix: ${{ steps.cpp-matrix.outputs.matrix }}
5454
steps:
5555
- name: Generate Test Matrix
56-
uses: alandefreitas/cpp-actions/[email protected].7
56+
uses: alandefreitas/cpp-actions/[email protected].8
5757
id: cpp-matrix
5858
with:
5959
compilers: |
@@ -111,21 +111,21 @@ jobs:
111111
uses: actions/checkout@v4
112112

113113
- name: Setup C++
114-
uses: alandefreitas/cpp-actions/[email protected].7
114+
uses: alandefreitas/cpp-actions/[email protected].8
115115
id: setup-cpp
116116
with:
117117
compiler: ${{ matrix.compiler }}
118118
version: ${{ matrix.version }}
119119

120120
- name: Install packages
121121
if: matrix.install != ''
122-
uses: alandefreitas/cpp-actions/[email protected].7
122+
uses: alandefreitas/cpp-actions/[email protected].8
123123
id: package-install
124124
with:
125125
apt-get: ${{ matrix.install }}
126126

127127
- name: Clone Boost
128-
uses: alandefreitas/cpp-actions/[email protected].7
128+
uses: alandefreitas/cpp-actions/[email protected].8
129129
id: boost-clone
130130
with:
131131
branch: ${{ (github.ref_name == 'master' && github.ref_name) || 'develop' }}
@@ -193,7 +193,7 @@ jobs:
193193
corpus-
194194
195195
- name: CMake Workflow
196-
uses: alandefreitas/cpp-actions/[email protected].7
196+
uses: alandefreitas/cpp-actions/[email protected].8
197197
if: matrix.is-no-factor-intermediary != 'true'
198198
with:
199199
source-dir: ../boost-root
@@ -213,7 +213,7 @@ jobs:
213213
trace-commands: true
214214

215215
- name: CMake Integration Workflow
216-
uses: alandefreitas/cpp-actions/[email protected].7
216+
uses: alandefreitas/cpp-actions/[email protected].8
217217
if: matrix.is-no-factor-intermediary != 'true'
218218
with:
219219
source-dir: ../boost-root/libs/${{ steps.patch.outputs.module }}/test/cmake_test
@@ -229,7 +229,7 @@ jobs:
229229
trace-commands: true
230230

231231
- name: CMake Root Workflow
232-
uses: alandefreitas/cpp-actions/[email protected].7
232+
uses: alandefreitas/cpp-actions/[email protected].8
233233
if: matrix.is-no-factor-intermediary != 'true'
234234
with:
235235
source-dir: .
@@ -246,7 +246,7 @@ jobs:
246246
trace-commands: true
247247

248248
- name: B2 Workflow
249-
uses: alandefreitas/cpp-actions/[email protected].7
249+
uses: alandefreitas/cpp-actions/[email protected].8
250250
env:
251251
# Set flags via B2 options exclusively
252252
CFLAGS: ''
@@ -274,7 +274,7 @@ jobs:
274274
warnings-as-errors: ${{ matrix.is-latest }}
275275

276276
- name: FlameGraph
277-
uses: alandefreitas/cpp-actions/[email protected].7
277+
uses: alandefreitas/cpp-actions/[email protected].8
278278
if: matrix.time-trace
279279
with:
280280
source-dir: ../boost-root/libs/url
@@ -345,7 +345,7 @@ jobs:
345345
fetch-depth: 100
346346

347347
- name: Changelog
348-
uses: alandefreitas/cpp-actions/[email protected].7
348+
uses: alandefreitas/cpp-actions/[email protected].8
349349
with:
350350
thank-non-regular: ${{ startsWith(github.ref, 'refs/tags/') }}
351351
github-token: ${{ secrets.GITHUB_TOKEN }}
@@ -368,15 +368,15 @@ jobs:
368368
shell: bash
369369
steps:
370370
- name: Install packages
371-
uses: alandefreitas/cpp-actions/[email protected].7
371+
uses: alandefreitas/cpp-actions/[email protected].8
372372
with:
373373
apt-get: git cmake
374374

375375
- name: Clone Boost.URL
376376
uses: actions/checkout@v4
377377

378378
- name: Clone Boost
379-
uses: alandefreitas/cpp-actions/[email protected].7
379+
uses: alandefreitas/cpp-actions/[email protected].8
380380
id: boost-clone
381381
with:
382382
branch: ${{ (github.ref_name == 'master' && github.ref_name) || 'develop' }}

0 commit comments

Comments
 (0)