From 8b4b605b76daf28dbf861a808e3e29fc4730fc47 Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Wed, 2 Nov 2022 12:37:02 +0000 Subject: [PATCH] Apparently forward-slashes are not the answer, thanks be to GHA and to Bell Labs --- .github/workflows/dendrite.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/dendrite.yml b/.github/workflows/dendrite.yml index 6753b1866..bfe80bc16 100644 --- a/.github/workflows/dendrite.yml +++ b/.github/workflows/dendrite.yml @@ -269,15 +269,15 @@ jobs: fail-fast: false matrix: include: - - label: SQLite/native + - label: SQLite native - - label: SQLite/cgo + - label: SQLite Cgo cgo: 1 - - label: SQLite/native, full HTTP APIs + - label: SQLite native, full HTTP APIs api: full-http - - label: SQLite/cgo, full HTTP APIs + - label: SQLite Cgo, full HTTP APIs api: full-http cgo: 1 @@ -331,15 +331,15 @@ jobs: fail-fast: false matrix: include: - - label: SQLite/native + - label: SQLite native - - label: SQLite/cgo + - label: SQLite Cgo cgo: 1 - - label: SQLite/native, full HTTP APIs + - label: SQLite native, full HTTP APIs api: full-http - - label: SQLite/cgo, full HTTP APIs + - label: SQLite Cgo, full HTTP APIs api: full-http cgo: 1