diff --git a/.github/scripts/conan-profile.sh b/.github/scripts/conan-profile.sh index d201862..757784d 100644 --- a/.github/scripts/conan-profile.sh +++ b/.github/scripts/conan-profile.sh @@ -1,8 +1,17 @@ #!/bin/bash set -e +set -u +set -x -conan profile detect -f +pip3 install --upgrade pip || echo ignored +pip3 install conan cmake ninja gcovr || echo ignored + +conan --version +conan profile --help +conan profile new --help +conan profile update --help +conan profile update || conan profile detect --force std=20 if [ "$RUNNER_OS" = Windows ]; then