Skip to content

Commit

Permalink
fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
lia-viam committed Sep 26, 2024
1 parent 2bd5aae commit 53525a1
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/conan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,12 +195,12 @@ jobs:
- name: Install conan with pipx and create package (Bookworm)
if: ${{ matrix.image == 'debian:bookworm' }}
run: |
DEBIAN_FRONTEND=noninteractive apt-get -y --no-install-recommends install \
pipx \
python3-jinja2

pipx install conan
pipx ensurepath
source ~/.bashrc
conan profile detect
conan create . --build=missing -s compiler.cppstd=14
DEBIAN_FRONTEND=noninteractive apt-get -y --no-install-recommends install \
pipx \
python3-jinja2

pipx install conan
pipx ensurepath
source ~/.bashrc
conan profile detect
conan create . --build=missing -s compiler.cppstd=14

0 comments on commit 53525a1

Please sign in to comment.