We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b9816d commit ba32c5cCopy full SHA for ba32c5c
1 file changed
.github/workflows/build.yml
@@ -134,10 +134,10 @@ jobs:
134
make clean
135
CFLAGS="-O0 -Wall -Wextra -pedantic -Wno-unused-result -Werror" make WITH_GOPHER=0 WITH_GOPHERS=1
136
openbsd:
137
- runs-on: ubuntu-latest
138
strategy:
139
matrix:
140
version: ["7.8"]
+ runs-on: ubuntu-latest
141
steps:
142
- uses: actions/checkout@v2
143
with:
0 commit comments