Skip to content

Commit e2acdae

Browse files
committed
ci: update cpp-actions to v1.5.0
1 parent 1138867 commit e2acdae

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/workflows/ci.yml

+5-7
Original file line numberDiff line numberDiff line change
@@ -79,16 +79,15 @@ jobs:
7979
find "$llvm_dir" -type f
8080
8181
- name: Setup C++
82-
uses: alandefreitas/cpp-actions/setup-cpp@v1.4.0
82+
uses: alandefreitas/cpp-actions/setup-cpp@v1.5.0
8383
id: setup-cpp
8484
with:
8585
compiler: ${{ matrix.compiler }}
8686
version: ${{ matrix.version }}
87-
update-ld-library-path: ${{ matrix.compiler == 'gcc' }}
8887
check-latest: ${{ matrix.compiler == 'clang' }}
8988

9089
- name: Install packages
91-
uses: alandefreitas/cpp-actions/package-install@v1.4.0
90+
uses: alandefreitas/cpp-actions/package-install@v1.5.0
9291
id: package-install
9392
with:
9493
apt-get: ${{ matrix.install }} openjdk-11-jdk ninja-build
@@ -99,7 +98,7 @@ jobs:
9998
cxxflags: ${{ matrix.cxxflags }}
10099

101100
- name: CMake Workflow
102-
uses: alandefreitas/cpp-actions/cmake-workflow@v1.4.0
101+
uses: alandefreitas/cpp-actions/cmake-workflow@v1.5.0
103102
with:
104103
cmake-version: '>=3.20'
105104
generator: Ninja
@@ -125,12 +124,11 @@ jobs:
125124
retention-days: 1
126125

127126
- name: FlameGraph
128-
uses: alandefreitas/cpp-actions/flamegraph@v1.4.0
127+
uses: alandefreitas/cpp-actions/flamegraph@v1.5.0
129128
if: matrix.time-trace
130129
with:
131130
build-dir: build
132131
github_token: ${{ secrets.GITHUB_TOKEN }}
133-
trace-commands: true
134132

135133
- name: Codecov
136134
if: ${{ matrix.coverage }}
@@ -233,7 +231,7 @@ jobs:
233231
working-directory: build
234232

235233
- name: Create changelog
236-
uses: alandefreitas/cpp-actions/create-changelog@v1.4.0
234+
uses: alandefreitas/cpp-actions/create-changelog@v1.5.0
237235
with:
238236
output-path: CHANGELOG.md
239237
thank-non-regular: ${{ startsWith(github.ref, 'refs/tags/') }}

0 commit comments

Comments
 (0)