Skip to content

Commit

Permalink
chore: merge pull request #27 from `threeal/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/threeal/cmake-action-1.2.0`

chore: bump threeal/cmake-action from 1.1.0 to 1.2.0
  • Loading branch information
threeal committed Jul 5, 2023
2 parents 2c922ef + 01580d2 commit 0fce725
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@ jobs:
uses: actions/checkout@v3.5.3

- name: Configure and build this project
uses: threeal/cmake-action@v1.1.0
uses: threeal/cmake-action@v1.2.0
with:
run-build: true
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v3.5.3

- name: Configure, build, and test this project
uses: threeal/cmake-action@v1.1.0
uses: threeal/cmake-action@v1.2.0
with:
args: -DBUILD_TESTING=ON
run-test: true
Expand All @@ -30,10 +30,11 @@ jobs:
uses: actions/checkout@v3.5.3

- name: Configure and build this project
uses: threeal/cmake-action@v1.1.0
uses: threeal/cmake-action@v1.2.0
with:
cxx-flags: -Werror
args: -DBUILD_TESTING=ON
run-build: true

check-formatting:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0fce725

Please sign in to comment.