We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c62504 commit e84d0a3Copy full SHA for e84d0a3
.github/workflows/bsd.yaml
@@ -80,18 +80,18 @@ jobs:
80
with:
81
save-always: true
82
path: .ccache
83
- key: openbsd-7.4-gmake-${{ github.ref }}-${{ github.sha }}-PR
+ key: openbsd-7.6-gmake-${{ github.ref }}-${{ github.sha }}-PR
84
restore-keys: |
85
- openbsd-7.4-gmake-${{ github.ref }}
86
- openbsd-7.4-gmake
+ openbsd-7.6-gmake-${{ github.ref }}
+ openbsd-7.6-gmake
87
- name: ccache environment
88
run: |
89
echo "CCACHE_BASEDIR=$PWD" >> $GITHUB_ENV
90
echo "CCACHE_DIR=$PWD/.ccache" >> $GITHUB_ENV
91
- name: Build and Test
92
uses: vmactions/openbsd-vm@v1
93
94
- release: 7.4
+ release: 7.6
95
96
# apparently fail-on-error isn't the default here
97
set -e -x
0 commit comments