Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
leoparente committed Aug 6, 2024
1 parent 8d67c28 commit ad14f55
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build_cross.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,15 +85,13 @@ jobs:
[settings]
os=Linux
arch=${{matrix.conan_arch}}
compiler=gcc
compiler.version=11
compiler.libcxx=libstdc++11
compiler.libc=musl
build_type=Release
[buildenv]
CC=${{github.workspace}}/toolchain/bin/${{matrix.cc}}
CXX=${{github.workspace}}/toolchain/bin/${{matrix.cxx}}
LDFLAGS=${{matrix.ldflags}}
[conf]
user.confvar:libc=musl
EOF
- name: Restore sccache
Expand Down

0 comments on commit ad14f55

Please sign in to comment.