File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -80,18 +80,18 @@ jobs:
80
80
with :
81
81
save-always : true
82
82
path : .ccache
83
- key : openbsd-7.4 -gmake-${{ github.ref }}-${{ github.sha }}-PR
83
+ key : openbsd-7.6 -gmake-${{ github.ref }}-${{ github.sha }}-PR
84
84
restore-keys : |
85
- openbsd-7.4 -gmake-${{ github.ref }}
86
- openbsd-7.4 -gmake
85
+ openbsd-7.6 -gmake-${{ github.ref }}
86
+ openbsd-7.6 -gmake
87
87
- name : ccache environment
88
88
run : |
89
89
echo "CCACHE_BASEDIR=$PWD" >> $GITHUB_ENV
90
90
echo "CCACHE_DIR=$PWD/.ccache" >> $GITHUB_ENV
91
91
- name : Build and Test
92
92
uses : vmactions/openbsd-vm@v1
93
93
with :
94
- release : 7.4
94
+ release : 7.6
95
95
run : |
96
96
# apparently fail-on-error isn't the default here
97
97
set -e -x
Original file line number Diff line number Diff line change @@ -776,7 +776,7 @@ jobs:
776
776
Move-Item -Path .\cvc5-Win64-x86_64-static\cvc5-Win64-x86_64-static\bin\cvc5.exe c:\tools\cvc5\cvc5.exe
777
777
echo "c:\tools\cvc5;" >> $env:GITHUB_PATH
778
778
New-Item -ItemType directory "C:\tools\parallel"
779
- wget.exe -O c:\tools\parallel\parallel https://git.savannah.gnu.org/cgit/ parallel.git/plain /src/parallel
779
+ wget.exe -O c:\tools\parallel\parallel https://raw.githubusercontent.com/martinda/gnu- parallel/refs/heads/master /src/parallel
780
780
echo "c:\tools\parallel" >> $env:GITHUB_PATH
781
781
- name : Confirm z3 solver is available and log the version installed
782
782
run : z3 --version
You can’t perform that action at this time.
0 commit comments