Skip to content

Commit b1a07e0

Browse files
committed
Try vmactions to compare performance
1 parent a0a1f58 commit b1a07e0

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

Diff for: .github/workflows/bsd.yaml

+4-6
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,14 @@ jobs:
2626
echo "CCACHE_BASEDIR=$PWD" >> $GITHUB_ENV
2727
echo "CCACHE_DIR=$PWD/.ccache" >> $GITHUB_ENV
2828
- name: Build and Test
29-
uses: cross-platform-actions/[email protected]
29+
uses: vmactions/freebsd-vm@v1
3030
with:
31-
operating_system: freebsd
32-
version: '13.2'
33-
hypervisor: qemu
31+
release: 13.2
3432
run: |
3533
echo "Fetch dependencies"
36-
sudo pkg install -y bash gmake git www/p5-libwww python python3 patch flex bison ccache parallel cvc5 z3
34+
pkg install -y bash gmake git www/p5-libwww python python3 patch flex bison ccache parallel cvc5 z3
3735
echo "Fetch JBMC dependencies"
38-
sudo pkg install -y openjdk8 wget maven
36+
pkg install -y openjdk8 wget maven
3937
echo "Zero ccache stats and limit in size"
4038
setenv CCACHE_BASEDIR $PWD
4139
setenv CCACHE_DIR $PWD/.ccache

0 commit comments

Comments
 (0)