We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6ecfce commit e44d841Copy full SHA for e44d841
.github/workflows/build_and_test.yml
@@ -2,6 +2,8 @@ name: "Build and Run Tests"
2
on:
3
workflow_dispatch:
4
push:
5
+env:
6
+ MLM_LICENSE_TOKEN: ${{ secrets.MLM_LICENSE_TOKEN }} # necessary for mcc in building context propagation example
7
jobs:
8
build-and-run-tests-ubuntu:
9
# 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