From 57b77384d7d9cd414eb6182d3913e67e839a9a9d Mon Sep 17 00:00:00 2001 From: Jaremy Creechley Date: Tue, 1 Aug 2023 18:36:08 -0700 Subject: [PATCH] oops fix ci orc check --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bbe50732..baf7fe8c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,8 +66,9 @@ jobs: ## Part 1 Tests ## - name: Setup ORC Test on Some Linux - if: matrix.testOrc == true + if: matrix.tests == 'orc' run: | + echo '' >> config.nims echo '--mm:orc' >> config.nims echo '' >> config.nims