Skip to content

Commit

Permalink
always set build = missing
Browse files Browse the repository at this point in the history
  • Loading branch information
lia-viam committed Sep 24, 2024
1 parent c5bc9a6 commit be04812
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/conan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
# more details.
export BUF_CONFIG_DIR=$(mktemp -d)
conan profile detect
conan create .
conan create . --build=missing
build_linux_ubuntu_jammy:
# if: github.repository_owner == 'viamrobotics'
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
shell: bash
run: |
conan profile detect
conan create .
conan create . --build=missing
build_linux_debian:
# if: github.repository_owner == 'viamrobotics'
Expand Down Expand Up @@ -160,4 +160,4 @@ jobs:
shell: bash
run: |
conan profile detect
conan create .
conan create . --build=missing

0 comments on commit be04812

Please sign in to comment.