File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -80,18 +80,18 @@ jobs:
8080 with :
8181 save-always : true
8282 path : .ccache
83- key : openbsd-7.4 -gmake-${{ github.ref }}-${{ github.sha }}-PR
83+ key : openbsd-7.6 -gmake-${{ github.ref }}-${{ github.sha }}-PR
8484 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
8787 - name : ccache environment
8888 run : |
8989 echo "CCACHE_BASEDIR=$PWD" >> $GITHUB_ENV
9090 echo "CCACHE_DIR=$PWD/.ccache" >> $GITHUB_ENV
9191 - name : Build and Test
9292 uses : vmactions/openbsd-vm@v1
9393 with :
94- release : 7.4
94+ release : 7.6
9595 run : |
9696 # apparently fail-on-error isn't the default here
9797 set -e -x
Original file line number Diff line number Diff line change @@ -776,7 +776,7 @@ jobs:
776776 Move-Item -Path .\cvc5-Win64-x86_64-static\cvc5-Win64-x86_64-static\bin\cvc5.exe c:\tools\cvc5\cvc5.exe
777777 echo "c:\tools\cvc5;" >> $env:GITHUB_PATH
778778 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
780780 echo "c:\tools\parallel" >> $env:GITHUB_PATH
781781 - name : Confirm z3 solver is available and log the version installed
782782 run : z3 --version
You can’t perform that action at this time.
0 commit comments