We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e52070 commit 5c267c1Copy full SHA for 5c267c1
.github/workflows/clingo.yml
@@ -60,12 +60,13 @@ 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 config add "config:install_tree:padded_length:256"
68
spack repo set --destination "$PWD/spack-packages" builtin
69
+ spack external find cmake bison
70
71
spack python clingo/install_clingo.py
72
spack buildcache push --unsigned ./binary-mirror clingo-bootstrap
0 commit comments