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 2e52070 commit 6b81c5bCopy full SHA for 6b81c5b
.github/workflows/clingo.yml
@@ -60,10 +60,11 @@ jobs:
60
python-version: ${{ matrix.python-version }}
61
- name: Install clingo-bootstrap
62
run: |
63
- pip install --upgrade pip
+ brew install bison
64
export PATH="$(brew --prefix bison):$PATH"
65
. spack/share/spack/setup-env.sh
66
67
+ spack external find cmake bison
68
spack config add "config:install_tree:padded_length:256"
69
spack repo set --destination "$PWD/spack-packages" builtin
70
0 commit comments