We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e354d7 commit 0e151bbCopy full SHA for 0e151bb
.github/workflows/build_cross.yml
@@ -89,7 +89,7 @@ jobs:
89
run: |
90
# init config
91
conan config list
92
- python3 -c 'import yaml; p = "${{github.workspace}}/build/settings.yml"; d = yaml.safe_load(open(p)); d["compiler"]["gcc"]["libc"] = ["None", "glibc", "musl"]; yaml.safe_dump(d, open(p, "w"))'
+ python3 -c 'import yaml; p = "${{github.workspace}}/src/build/settings.yml"; d = yaml.safe_load(open(p)); d["compiler"]["gcc"]["libc"] = ["None", "glibc", "musl"]; yaml.safe_dump(d, open(p, "w"))'
93
94
95
- name: Create Conan host profile
0 commit comments