Skip to content

Commit 855a62c

Browse files
committed
provide license token to use mcc when building example
1 parent e44d841 commit 855a62c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
workflow_dispatch:
44
push:
55
env:
6-
MLM_LICENSE_TOKEN: ${{ secrets.MLM_LICENSE_TOKEN }} # necessary for mcc in building context propagation example
6+
MLM_LICENSE_TOKEN: ${{ secrets.MLM_LICENSE_TOKEN }}
77
jobs:
88
build-and-run-tests-ubuntu:
99
# 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)