Skip to content

Commit

Permalink
chore(workflows): Update to build v0.36.0
Browse files Browse the repository at this point in the history
Adds clang-tidy to the container
  • Loading branch information
Shivix committed Aug 12, 2024
1 parent a2a8b23 commit aeafb15
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ on:
jobs:
lint:
runs-on: ubuntu-latest
container: reactivemarkets/build-cpp:0.35.0
container: reactivemarkets/build-cpp:0.36.0

if: "!contains(github.event.head_commit.message, '[skip ci]')"

Expand All @@ -50,7 +50,7 @@ jobs:

build:
runs-on: ubuntu-latest
container: reactivemarkets/build-cpp:0.35.0
container: reactivemarkets/build-cpp:0.36.0
needs: lint

if: "!contains(github.event.head_commit.message, '[skip ci]')"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
container: reactivemarkets/build-cpp:0.35.0
container: reactivemarkets/build-cpp:0.36.0

strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:
jobs:
release:
runs-on: ubuntu-latest
container: reactivemarkets/build-cpp:0.35.0
container: reactivemarkets/build-cpp:0.36.0

strategy:
matrix:
Expand Down

0 comments on commit aeafb15

Please # to comment.