This commit is contained in:
Omar Abdulla
2025-11-10 11:45:26 +03:00
parent 6fe0c01aca
commit 33533fe9ce
+5
View File
@@ -217,6 +217,11 @@ jobs:
- name: Build Polkadot Dependencies
if: steps.cache-step.outputs.cache-hit != 'true'
env:
PATH: "/opt/homebrew/opt/llvm/bin:${{ env.PATH }}"
LDFLAGS: "-L/opt/homebrew/opt/llvm/lib"
CPPFLAGS: "-I/opt/homebrew/opt/llvm/include"
CMAKE_PREFIX_PATH: "/opt/homebrew/opt/llvm"
run: |
cargo build \
--locked \