Skip to content

Commit e44d841

Browse files
committed
Add a token to enable mcc in building context_propagation example
1 parent b6ecfce commit e44d841

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build_and_test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: "Build and Run Tests"
22
on:
33
workflow_dispatch:
44
push:
5+
env:
6+
MLM_LICENSE_TOKEN: ${{ secrets.MLM_LICENSE_TOKEN }} # necessary for mcc in building context propagation example
57
jobs:
68
build-and-run-tests-ubuntu:
79
# Running on ubuntu-latest would use a glibc version that is incompatible when using the built mex files on a Debian 11

0 commit comments

Comments
 (0)