Skip to content

Commit 7872c1e

Browse files
committed
DEBUG NetBSD
1 parent f414ba2 commit 7872c1e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/bsd.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,10 @@ jobs:
158158
# apparently fail-on-error isn't the default here
159159
set -e -x
160160
echo "Fetch dependencies"
161-
pkg_add -v bash gmake git python311 patch flex bison ccache parallel z3 gcc10
161+
pkg_add -v gmake git python311 patch flex bison ccache parallel z3 gcc10
162+
echo "Symlink Python 3.11"
162163
ln -s $(which python3.11) /usr/pkg/bin/python3
164+
echo "Set up PATH"
163165
export PATH=/usr/pkg/gcc10/bin:$PATH
164166
echo "Fetch JBMC dependencies"
165167
pkg_add -v openjdk8 wget apache-maven

0 commit comments

Comments
 (0)