From 1e022ab28087ac52c2318c5030d5a74bd736ac8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20=C4=8Cert=C3=ADk?= Date: Tue, 25 Feb 2020 11:06:31 -0800 Subject: CI: Use "||" instead of "or" --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 37ca589..3f6d81a 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -28,7 +28,7 @@ jobs: uses: actions/checkout@v1 - name: Install Haskell Linux / macOS - if: contains(matrix.os, 'ubuntu') or contains(matrix.os, 'macos') + if: contains(matrix.os, 'ubuntu') || contains(matrix.os, 'macos') uses: mstksg/setup-stack@v1 - name: Install Haskell Windows -- cgit v1.2.3