Skip to content

Commit

Permalink
Hotfix for conon profile
Browse files Browse the repository at this point in the history
  • Loading branch information
ClausKlein committed Apr 11, 2024
1 parent 33bd5f0 commit 99b001e
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/scripts/conan-profile.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 99b001e

Please sign in to comment.