Skip to content

Commit 365f047

Browse files
committed
fix: pass MCPP_VENDORED_XLINGS to mcpp test step
1 parent f303655 commit 365f047

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci-windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ jobs:
8484
MCPP_FRESH=$(cd "$(dirname "$MCPP_FRESH")" && pwd)/$(basename "$MCPP_FRESH")
8585
echo "Self-hosted binary: $MCPP_FRESH"
8686
"$MCPP_FRESH" --version
87+
export MCPP_VENDORED_XLINGS="$XLINGS_BIN"
8788
"$MCPP_FRESH" test
8889
8990
- name: E2E suite

0 commit comments

Comments
 (0)