File tree 1 file changed +4
-6
lines changed
1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -26,16 +26,14 @@ jobs:
26
26
echo "CCACHE_BASEDIR=$PWD" >> $GITHUB_ENV
27
27
echo "CCACHE_DIR=$PWD/.ccache" >> $GITHUB_ENV
28
28
- name : Build and Test
29
- uses :
cross-platform-actions/[email protected]
29
+ uses : vmactions/freebsd-vm@v1
30
30
with :
31
- operating_system : freebsd
32
- version : ' 13.2'
33
- hypervisor : qemu
31
+ release : 13.2
34
32
run : |
35
33
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
37
35
echo "Fetch JBMC dependencies"
38
- sudo pkg install -y openjdk8 wget maven
36
+ pkg install -y openjdk8 wget maven
39
37
echo "Zero ccache stats and limit in size"
40
38
setenv CCACHE_BASEDIR $PWD
41
39
setenv CCACHE_DIR $PWD/.ccache
You can’t perform that action at this time.
0 commit comments