From 6164df2ec82330923ea2a0900db2a2d3c324c820 Mon Sep 17 00:00:00 2001 From: teor Date: Tue, 17 Oct 2023 10:13:54 +1000 Subject: [PATCH] Another fix attempt --- .github/workflows/ci-unit-tests-os.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-unit-tests-os.yml b/.github/workflows/ci-unit-tests-os.yml index 595d5926e96..7953baf2fc8 100644 --- a/.github/workflows/ci-unit-tests-os.yml +++ b/.github/workflows/ci-unit-tests-os.yml @@ -79,7 +79,7 @@ jobs: os: [ubuntu-latest] rust: [stable, beta] # When vars.EXPERIMENTAL_FEATURES is empty this should become a single matrix item - features: ${{ ["", vars.EXPERIMENTAL_FEATURES ] }} + features: ${{ fromJSON(format('["", {0}]', vars.EXPERIMENTAL_FEATURES)) }} exclude: # We're excluding macOS beta for the following reasons: # - the concurrent macOS runner limit is much lower than the Linux limit