Apparently forward-slashes are not the answer, thanks be to GHA and to Bell Labs

This commit is contained in:
Neil Alexander 2022-11-02 12:37:02 +00:00
parent 222f2c6d58
commit 8b4b605b76
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -269,15 +269,15 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
include: include:
- label: SQLite/native - label: SQLite native
- label: SQLite/cgo - label: SQLite Cgo
cgo: 1 cgo: 1
- label: SQLite/native, full HTTP APIs - label: SQLite native, full HTTP APIs
api: full-http api: full-http
- label: SQLite/cgo, full HTTP APIs - label: SQLite Cgo, full HTTP APIs
api: full-http api: full-http
cgo: 1 cgo: 1
@ -331,15 +331,15 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
include: include:
- label: SQLite/native - label: SQLite native
- label: SQLite/cgo - label: SQLite Cgo
cgo: 1 cgo: 1
- label: SQLite/native, full HTTP APIs - label: SQLite native, full HTTP APIs
api: full-http api: full-http
- label: SQLite/cgo, full HTTP APIs - label: SQLite Cgo, full HTTP APIs
api: full-http api: full-http
cgo: 1 cgo: 1