mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-06-12 21:41:10 +00:00
Fix ci
This commit is contained in:
@@ -217,6 +217,11 @@ jobs:
|
|||||||
|
|
||||||
- name: Build Polkadot Dependencies
|
- name: Build Polkadot Dependencies
|
||||||
if: steps.cache-step.outputs.cache-hit != 'true'
|
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: |
|
run: |
|
||||||
cargo build \
|
cargo build \
|
||||||
--locked \
|
--locked \
|
||||||
|
|||||||
Reference in New Issue
Block a user