@@ -79,16 +79,15 @@ jobs:
79
79
find "$llvm_dir" -type f
80
80
81
81
- name : Setup C++
82
- uses : alandefreitas/cpp-actions/setup-cpp@v1.4 .0
82
+ uses : alandefreitas/cpp-actions/setup-cpp@v1.5 .0
83
83
id : setup-cpp
84
84
with :
85
85
compiler : ${{ matrix.compiler }}
86
86
version : ${{ matrix.version }}
87
- update-ld-library-path : ${{ matrix.compiler == 'gcc' }}
88
87
check-latest : ${{ matrix.compiler == 'clang' }}
89
88
90
89
- name : Install packages
91
- uses : alandefreitas/cpp-actions/package-install@v1.4 .0
90
+ uses : alandefreitas/cpp-actions/package-install@v1.5 .0
92
91
id : package-install
93
92
with :
94
93
apt-get : ${{ matrix.install }} openjdk-11-jdk ninja-build
99
98
cxxflags : ${{ matrix.cxxflags }}
100
99
101
100
- name : CMake Workflow
102
- uses : alandefreitas/cpp-actions/cmake-workflow@v1.4 .0
101
+ uses : alandefreitas/cpp-actions/cmake-workflow@v1.5 .0
103
102
with :
104
103
cmake-version : ' >=3.20'
105
104
generator : Ninja
@@ -125,12 +124,11 @@ jobs:
125
124
retention-days : 1
126
125
127
126
- name : FlameGraph
128
- uses : alandefreitas/cpp-actions/flamegraph@v1.4 .0
127
+ uses : alandefreitas/cpp-actions/flamegraph@v1.5 .0
129
128
if : matrix.time-trace
130
129
with :
131
130
build-dir : build
132
131
github_token : ${{ secrets.GITHUB_TOKEN }}
133
- trace-commands : true
134
132
135
133
- name : Codecov
136
134
if : ${{ matrix.coverage }}
@@ -233,7 +231,7 @@ jobs:
233
231
working-directory : build
234
232
235
233
- name : Create changelog
236
- uses : alandefreitas/cpp-actions/create-changelog@v1.4 .0
234
+ uses : alandefreitas/cpp-actions/create-changelog@v1.5 .0
237
235
with :
238
236
output-path : CHANGELOG.md
239
237
thank-non-regular : ${{ startsWith(github.ref, 'refs/tags/') }}
0 commit comments