Skip to content

Commit 3a50d90

Browse files
committed
fix: pass MCPP_VENDORED_XLINGS in Linux CI build step
On cache miss (new mcpp.toml version), the sandbox lacks the xlings binary. MCPP_VENDORED_XLINGS tells mcpp where to find it.
1 parent c981cb6 commit 3a50d90

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ jobs:
9090
9191
- name: Build mcpp from source (self-host)
9292
run: |
93+
export MCPP_VENDORED_XLINGS="$XLINGS_BIN"
9394
"$MCPP" build
9495
9596
- name: Unit + integration tests via `mcpp test`

0 commit comments

Comments
 (0)