Skip to content

Commit

Permalink
ask brew
Browse files Browse the repository at this point in the history
  • Loading branch information
haampie committed Oct 16, 2024
1 parent f6591b0 commit 9c52952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clingo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: |
pip install --upgrade pip
brew install bison
export PATH="/usr/local/opt/bison/bin:$PATH"
export PATH="$(brew --prefix bison):$PATH"
git clone https://github.com/spack/spack.git
git -C spack checkout -b docker-reference c710a1597f3566ab850d0ee8c82e71af04a08f9e
. spack/share/spack/setup-env.sh
Expand Down

0 comments on commit 9c52952

Please sign in to comment.