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 e44d841 commit 855a62cCopy full SHA for 855a62c
.github/workflows/build_and_test.yml
@@ -3,7 +3,7 @@ on:
3
workflow_dispatch:
4
push:
5
env:
6
- MLM_LICENSE_TOKEN: ${{ secrets.MLM_LICENSE_TOKEN }} # necessary for mcc in building context propagation example
+ MLM_LICENSE_TOKEN: ${{ secrets.MLM_LICENSE_TOKEN }}
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