Skip to content

Commit

Permalink
remove init
Browse files Browse the repository at this point in the history
  • Loading branch information
leoparente committed Aug 5, 2024
1 parent e7103e5 commit 1997c71
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_cross.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,7 @@ jobs:
- name: Create Conan configuration
run: |
# init config
CONAN_V2_MODE=1 conan config init
conan config set general.revisions_enabled=1
CONAN_V2_MODE=1 conan config set general.revisions_enabled=1
# add custom compiler settings for libc
python3 -c 'import yaml; p = "${{env.CONAN_USER_HOME}}/.conan/settings.yml"; d = yaml.safe_load(open(p)); d["compiler"]["gcc"]["libc"] = ["None", "glibc", "musl"]; yaml.safe_dump(d, open(p, "w"))'
Expand Down

0 comments on commit 1997c71

Please sign in to comment.