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 f414ba2 commit 7872c1eCopy full SHA for 7872c1e
.github/workflows/bsd.yaml
@@ -158,8 +158,10 @@ jobs:
158
# apparently fail-on-error isn't the default here
159
set -e -x
160
echo "Fetch dependencies"
161
- pkg_add -v bash gmake git python311 patch flex bison ccache parallel z3 gcc10
+ pkg_add -v gmake git python311 patch flex bison ccache parallel z3 gcc10
162
+ echo "Symlink Python 3.11"
163
ln -s $(which python3.11) /usr/pkg/bin/python3
164
+ echo "Set up PATH"
165
export PATH=/usr/pkg/gcc10/bin:$PATH
166
echo "Fetch JBMC dependencies"
167
pkg_add -v openjdk8 wget apache-maven
0 commit comments