Skip to content

Commit

Permalink
build missing packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mmomtchev committed Apr 3, 2024
1 parent b7b624f commit b3a83de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
shell: bash

- name: Install all delegates
run: conan install . -of build
run: conan install . -of build --build=missing

- name: Generate CMake build (POSIX)
run: cd build && cmake .. -DCMAKE_TOOLCHAIN_FILE=conan_toolchain.cmake -DCMAKE_BUILD_TYPE=Release
Expand Down

0 comments on commit b3a83de

Please # to comment.