Skip to content

Commit

Permalink
Add a token to enable mcc in building context_propagation example
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanpo committed May 3, 2024
1 parent 6295540 commit 6742b5d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: "Build and Run Tests"
on:
workflow_dispatch:
push:
env:
MLM_LICENSE_TOKEN: ${{ secrets.MLM_LICENSE_TOKEN }} # necessary for mcc in building context propagation example
jobs:
build-and-run-tests-ubuntu:
# Running on ubuntu-latest would use a glibc version that is incompatible when using the built mex files on a Debian 11
Expand Down

0 comments on commit 6742b5d

Please sign in to comment.