Skip to content

Commit

Permalink
Fix cross
Browse files Browse the repository at this point in the history
  • Loading branch information
leoparente committed Jan 9, 2025
1 parent 5c86e55 commit 36ed960
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_cross.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ jobs:
- name: Create Conan configuration
working-directory: ${{github.workspace}}/src
run: |
mkdir build/
conan config list
python3 -c 'import yaml; p = "build/settings.yml"; d = yaml.safe_load(open(p)); d["compiler"]["gcc"]["libc"] = ["glibc", "musl"]; yaml.safe_dump(d, open(p, "w"))'
conan profile detect
Expand Down Expand Up @@ -131,7 +132,7 @@ jobs:
- name: Build
working-directory: ${{github.workspace}}/src/build
run: cmake --build . --config Release -- -j 4
run: make -j4 VERBOSE=1

- name: Print sccache stats
run: |
Expand Down

0 comments on commit 36ed960

Please sign in to comment.