From f816b957d96499bb59285d2947905592e2a7a06b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E4=BC=A0=E8=8F=B2?= Date: Tue, 12 Mar 2024 10:06:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0ci?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/container.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 799df352..0de35820 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -48,6 +48,8 @@ jobs: export PATH="/opt/homebrew/opt/make/libexec/gnubin:$PATH" echo 'export PATH="/opt/homebrew/opt/binutils/bin:$PATH"' >> /Users/runner/.bash_profile export PATH="/opt/homebrew/opt/binutils/bin:$PATH" + export LDFLAGS="-L/opt/homebrew/opt/llvm@16/lib" + export CPPFLAGS="-I/opt/homebrew/opt/llvm@16/include" rustup target add x86_64-apple-darwin aarch64-apple-darwin make