Skip to content

Commit

Permalink
Testing CI. Dont merge
Browse files Browse the repository at this point in the history
  • Loading branch information
aruizs committed Jul 22, 2024
1 parent 63f116b commit ec84af3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
BUILD_TYPE: Debug
SONAR_SCANNER_VERSION: 4.4.0.2170
SONAR_SCANNER_VERSION: 6.1.0.4477
SONAR_SERVER_URL: "https://sonarcloud.io"
BUILD_WRAPPER_OUT_DIR: build_wrapper_output_directory

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ For more information about variants, see the [Variant documentation](https://doc

The following requirements need to be installed to build the library using CMake:

- CMake 3.19+
- Conan 2 (CMakeDeps Generator)
- CMake 3.19+.
- Conan 2 (CMakeDeps Generator).

By default, it provides the static library. The shared version shall be available using the CMake
option `BUILD_SHARED_LIB=YES`.
Expand Down

0 comments on commit ec84af3

Please sign in to comment.