Skip to content

Commit

Permalink
profile.detect
Browse files Browse the repository at this point in the history
  • Loading branch information
John-LittleBearLabs committed Dec 9, 2024
1 parent 0e9147a commit 91b54d1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/ubuntu-deps.env
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ pipx ensurepath
pipx install conan
npm install -g @marp-team/marp-cli

if ! conan profile show -pr:a default
then
conan profile detect
fi

set +x
echo Show versions:
for p in g++ gcc clang{++,} lcov conan
Expand Down

0 comments on commit 91b54d1

Please sign in to comment.