Skip to content

Commit

Permalink
qqw
Browse files Browse the repository at this point in the history
  • Loading branch information
ed-asriyan committed Oct 18, 2023
1 parent b3aa083 commit b0c3c0d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,9 @@ jobs:
- name: Install conan dependencies
run: conan install . --build=missing

- name: Invoke 'conan-release' preset
run: cmake --preset conan-release

- name: Build the app
run: cmake -DCMAKE_BUILD_TYPE=Release CMakeLists.txt && cmake --build .
continue-on-error: true
Expand Down

0 comments on commit b0c3c0d

Please sign in to comment.