Skip to content

Commit 4cda311

Browse files
committed
bloody ai
1 parent b3aa653 commit 4cda311

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ jobs:
4141
conan build .
4242
else
4343
sudo apt-get install -y gcc-aarch64-linux-gnu
44-
export CC=gcc-aarch64-linux-gnu
4544
conan install . --profile linux-arm-profile.txt --build=missing
4645
conan build . --profile linux-arm-profile.txt
4746
fi

linux-arm-profile.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,7 @@ arch=armv8
44
compiler=gcc
55
compiler.version=12
66
compiler.libcxx=libstdc++11
7-
build_type=Release
7+
build_type=Release
8+
9+
[conf]
10+
tools.build:compiler_executables={"c": "/usr/bin/gcc-aarch64-linux-gnu"}

0 commit comments

Comments
 (0)