Skip to content

Commit

Permalink
I love workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alasnkz committed Jun 1, 2022
1 parent e25b6f6 commit 0bbd047
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
shell: bash

- name: get-cmake
uses: lukka/get-cmake@v3.19.0
uses: lukka/get-cmake@v3.23.0

- if: runner.os == 'Windows'
name: Install boost
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
conan remote add conan-transit-legacy https://api.bintray.com/conan/conan/conan-transit
- name: Configure cmake & build
uses: lukka/run-cmake@v2
uses: lukka/run-cmake@v10.0
with:
cmakeListsOrSettingsJson: CMakeListsTxtAdvanced
cmakeListsTxtPath: '${{ github.workspace }}/CMakeLists.txt'
Expand Down
1 change: 1 addition & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ elseif(UNIX)
-Wall
-Wextra
-pedantic
-faligned-new
-Werror
)
endif()
Expand Down

0 comments on commit 0bbd047

Please sign in to comment.