aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/CI.yml2
1 files changed, 1 insertions, 1 deletions
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