30
30
uses : actions/checkout@v4
31
31
32
32
- name : Generate Test Matrix
33
- uses :
alandefreitas/cpp-actions/[email protected] .7
33
+ uses :
alandefreitas/cpp-actions/[email protected] .8
34
34
id : cpp-matrix
35
35
with :
36
36
compilers : |
@@ -128,7 +128,7 @@ jobs:
128
128
uses : actions/checkout@v4
129
129
130
130
- name : Install Git
131
- uses :
alandefreitas/cpp-actions/[email protected] .7
131
+ uses :
alandefreitas/cpp-actions/[email protected] .8
132
132
if : matrix.container != ''
133
133
env :
134
134
DEBIAN_FRONTEND : ' noninteractive'
@@ -149,7 +149,7 @@ jobs:
149
149
uses : seanmiddleditch/gha-setup-ninja@v5
150
150
151
151
- name : Setup C++
152
- uses :
alandefreitas/cpp-actions/[email protected] .7
152
+ uses :
alandefreitas/cpp-actions/[email protected] .8
153
153
id : setup-cpp
154
154
with :
155
155
compiler : ${{ matrix.compiler }}
@@ -165,7 +165,7 @@ jobs:
165
165
${{ steps.setup-cpp.outputs.cxx }} --print-target-triple
166
166
167
167
- name : Install System Packages
168
- uses :
alandefreitas/cpp-actions/[email protected] .7
168
+ uses :
alandefreitas/cpp-actions/[email protected] .8
169
169
if : matrix.compiler != 'msvc'
170
170
id : package-install
171
171
env :
@@ -225,7 +225,7 @@ jobs:
225
225
fi
226
226
227
227
- name : Install LLVM
228
- uses :
alandefreitas/cpp-actions/[email protected] .7
228
+ uses :
alandefreitas/cpp-actions/[email protected] .8
229
229
if : steps.llvm-cache.outputs.cache-hit != 'true' && steps.llvm-download.outputs.found != 'true'
230
230
with :
231
231
cmake-version : ' >=3.26'
@@ -250,7 +250,7 @@ jobs:
250
250
trace-commands : true
251
251
252
252
- name : Install Duktape
253
- uses :
alandefreitas/cpp-actions/[email protected] .7
253
+ uses :
alandefreitas/cpp-actions/[email protected] .8
254
254
with :
255
255
source-dir : ../third-party/duktape
256
256
url : https://github.com/svaarala/duktape/releases/download/v2.7.0/duktape-2.7.0.tar.xz
@@ -270,7 +270,7 @@ jobs:
270
270
trace-commands : true
271
271
272
272
- name : Install Fmt
273
- uses :
alandefreitas/cpp-actions/[email protected] .7
273
+ uses :
alandefreitas/cpp-actions/[email protected] .8
274
274
with :
275
275
source-dir : ../third-party/fmt
276
276
git-repository : https://github.com/fmtlib/fmt
@@ -290,7 +290,7 @@ jobs:
290
290
trace-commands : true
291
291
292
292
- name : Install Libxml2
293
- uses :
alandefreitas/cpp-actions/[email protected] .7
293
+ uses :
alandefreitas/cpp-actions/[email protected] .8
294
294
if : matrix.compiler == 'msvc'
295
295
with :
296
296
source-dir : ../third-party/libxml2
@@ -347,7 +347,7 @@ jobs:
347
347
node-version : ' 20'
348
348
349
349
- name : CMake Workflow
350
- uses :
alandefreitas/cpp-actions/[email protected] .7
350
+ uses :
alandefreitas/cpp-actions/[email protected] .8
351
351
with :
352
352
cmake-version : ' >=3.26'
353
353
cxxstd : ${{ matrix.cxxstd }}
@@ -396,7 +396,7 @@ jobs:
396
396
retention-days : 1
397
397
398
398
- name : FlameGraph
399
- uses :
alandefreitas/cpp-actions/[email protected] .7
399
+ uses :
alandefreitas/cpp-actions/[email protected] .8
400
400
if : matrix.time-trace
401
401
with :
402
402
build-dir : build
@@ -466,7 +466,7 @@ jobs:
466
466
467
467
steps :
468
468
- name : Install packages
469
- uses :
alandefreitas/cpp-actions/[email protected] .7
469
+ uses :
alandefreitas/cpp-actions/[email protected] .8
470
470
id : package-install
471
471
with :
472
472
apt-get : build-essential asciidoctor cmake bzip2 git
@@ -525,7 +525,7 @@ jobs:
525
525
$MRDOCS_ROOT/bin/mrdocs --version
526
526
527
527
- name : Clone Boost.URL
528
- uses :
alandefreitas/cpp-actions/[email protected] .7
528
+ uses :
alandefreitas/cpp-actions/[email protected] .8
529
529
id : boost-url-clone
530
530
with :
531
531
branch : develop
@@ -778,7 +778,7 @@ jobs:
778
778
scp -o StrictHostKeyChecking=no -r $(pwd)/demos/* [email protected] :$demo_dir/
779
779
780
780
- name : Create changelog
781
- uses :
alandefreitas/cpp-actions/[email protected] .7
781
+ uses :
alandefreitas/cpp-actions/[email protected] .8
782
782
with :
783
783
output-path : CHANGELOG.md
784
784
thank-non-regular : ${{ startsWith(github.ref, 'refs/tags/') }}
@@ -820,7 +820,7 @@ jobs:
820
820
821
821
steps :
822
822
- name : Install packages
823
- uses :
alandefreitas/cpp-actions/[email protected] .7
823
+ uses :
alandefreitas/cpp-actions/[email protected] .8
824
824
id : package-install
825
825
with :
826
826
apt-get : ${{ matrix.install }}
0 commit comments