Skip to content

Commit

Permalink
cpp-actions v1.8.8
Browse files Browse the repository at this point in the history
#ci
  • Loading branch information
alandefreitas committed Jan 9, 2025
1 parent 74d2407 commit 242e8e9
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: actions/checkout@v4

- name: Generate Test Matrix
uses: alandefreitas/cpp-actions/cpp-matrix@v1.8.7
uses: alandefreitas/cpp-actions/cpp-matrix@v1.8.8
id: cpp-matrix
with:
compilers: |
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Git
uses: alandefreitas/cpp-actions/package-install@v1.8.7
uses: alandefreitas/cpp-actions/package-install@v1.8.8
if: matrix.container != ''
env:
DEBIAN_FRONTEND: 'noninteractive'
Expand All @@ -149,7 +149,7 @@ jobs:
uses: seanmiddleditch/gha-setup-ninja@v5

- name: Setup C++
uses: alandefreitas/cpp-actions/setup-cpp@v1.8.7
uses: alandefreitas/cpp-actions/setup-cpp@v1.8.8
id: setup-cpp
with:
compiler: ${{ matrix.compiler }}
Expand All @@ -165,7 +165,7 @@ jobs:
${{ steps.setup-cpp.outputs.cxx }} --print-target-triple
- name: Install System Packages
uses: alandefreitas/cpp-actions/package-install@v1.8.7
uses: alandefreitas/cpp-actions/package-install@v1.8.8
if: matrix.compiler != 'msvc'
id: package-install
env:
Expand Down Expand Up @@ -225,7 +225,7 @@ jobs:
fi
- name: Install LLVM
uses: alandefreitas/cpp-actions/cmake-workflow@v1.8.7
uses: alandefreitas/cpp-actions/cmake-workflow@v1.8.8
if: steps.llvm-cache.outputs.cache-hit != 'true' && steps.llvm-download.outputs.found != 'true'
with:
cmake-version: '>=3.26'
Expand All @@ -250,7 +250,7 @@ jobs:
trace-commands: true

- name: Install Duktape
uses: alandefreitas/cpp-actions/cmake-workflow@v1.8.7
uses: alandefreitas/cpp-actions/cmake-workflow@v1.8.8
with:
source-dir: ../third-party/duktape
url: https://github.com/svaarala/duktape/releases/download/v2.7.0/duktape-2.7.0.tar.xz
Expand All @@ -270,7 +270,7 @@ jobs:
trace-commands: true

- name: Install Fmt
uses: alandefreitas/cpp-actions/cmake-workflow@v1.8.7
uses: alandefreitas/cpp-actions/cmake-workflow@v1.8.8
with:
source-dir: ../third-party/fmt
git-repository: https://github.com/fmtlib/fmt
Expand All @@ -290,7 +290,7 @@ jobs:
trace-commands: true

- name: Install Libxml2
uses: alandefreitas/cpp-actions/cmake-workflow@v1.8.7
uses: alandefreitas/cpp-actions/cmake-workflow@v1.8.8
if: matrix.compiler == 'msvc'
with:
source-dir: ../third-party/libxml2
Expand Down Expand Up @@ -347,7 +347,7 @@ jobs:
node-version: '20'

- name: CMake Workflow
uses: alandefreitas/cpp-actions/cmake-workflow@v1.8.7
uses: alandefreitas/cpp-actions/cmake-workflow@v1.8.8
with:
cmake-version: '>=3.26'
cxxstd: ${{ matrix.cxxstd }}
Expand Down Expand Up @@ -396,7 +396,7 @@ jobs:
retention-days: 1

- name: FlameGraph
uses: alandefreitas/cpp-actions/flamegraph@v1.8.7
uses: alandefreitas/cpp-actions/flamegraph@v1.8.8
if: matrix.time-trace
with:
build-dir: build
Expand Down Expand Up @@ -466,7 +466,7 @@ jobs:

steps:
- name: Install packages
uses: alandefreitas/cpp-actions/package-install@v1.8.7
uses: alandefreitas/cpp-actions/package-install@v1.8.8
id: package-install
with:
apt-get: build-essential asciidoctor cmake bzip2 git
Expand Down Expand Up @@ -525,7 +525,7 @@ jobs:
$MRDOCS_ROOT/bin/mrdocs --version
- name: Clone Boost.URL
uses: alandefreitas/cpp-actions/boost-clone@v1.8.7
uses: alandefreitas/cpp-actions/boost-clone@v1.8.8
id: boost-url-clone
with:
branch: develop
Expand Down Expand Up @@ -778,7 +778,7 @@ jobs:
scp -o StrictHostKeyChecking=no -r $(pwd)/demos/* ubuntu@dev-websites.cpp.al:$demo_dir/
- name: Create changelog
uses: alandefreitas/cpp-actions/create-changelog@v1.8.7
uses: alandefreitas/cpp-actions/create-changelog@v1.8.8
with:
output-path: CHANGELOG.md
thank-non-regular: ${{ startsWith(github.ref, 'refs/tags/') }}
Expand Down Expand Up @@ -820,7 +820,7 @@ jobs:

steps:
- name: Install packages
uses: alandefreitas/cpp-actions/package-install@v1.8.7
uses: alandefreitas/cpp-actions/package-install@v1.8.8
id: package-install
with:
apt-get: ${{ matrix.install }}
Expand Down

0 comments on commit 242e8e9

Please sign in to comment.