Skip to content

Commit

Permalink
Hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
ClausKlein committed Apr 11, 2024
1 parent 33bd5f0 commit 9e16f38
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/scripts/conan-profile.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
#!/bin/bash

set -e
set -u
set -x

pip3 install conan cmake ninja gcovr || echo ignored

conan profile detect -f

Expand Down

0 comments on commit 9e16f38

Please sign in to comment.