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 8b636cc commit b78abc5Copy full SHA for b78abc5
1 file changed
.github/workflows/tests.yaml
@@ -26,9 +26,9 @@ jobs:
26
- uses: actions/checkout@v4
27
with:
28
persist-credentials: false
29
+ - run: brew trust --formula mht208/formal/cudd
30
- run: brew bundle
31
- run: |
- brew trust --formula mht208/formal/cudd
32
eval "$(/opt/homebrew/bin/brew shellenv)"
33
export PATH="$(brew --prefix flex)/bin:$PATH"
34
export PATH="$(brew --prefix bison)/bin:$PATH"
0 commit comments