diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fbc1e1a..bbae1d9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,7 +41,6 @@ jobs: conan build . else sudo apt-get install -y gcc-aarch64-linux-gnu - export CC=gcc-aarch64-linux-gnu conan install . --profile linux-arm-profile.txt --build=missing conan build . --profile linux-arm-profile.txt fi diff --git a/linux-arm-profile.txt b/linux-arm-profile.txt index 8a3169c..00057a9 100644 --- a/linux-arm-profile.txt +++ b/linux-arm-profile.txt @@ -4,4 +4,7 @@ arch=armv8 compiler=gcc compiler.version=12 compiler.libcxx=libstdc++11 -build_type=Release \ No newline at end of file +build_type=Release + +[conf] +tools.build:compiler_executables={"c": "/usr/bin/gcc-aarch64-linux-gnu"} \ No newline at end of file