From cfa482fe8a3b67b75bd7228cdb19bfa29644b66c Mon Sep 17 00:00:00 2001 From: Viacheslav Lotsmanov Date: Thu, 21 Jul 2022 04:43:37 +0300 Subject: [PATCH] debugging: fix ci configuration --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 83f144a..f569811 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macOS-latest] - attr: [grpc-haskell-core grpc-haskell grpc] + attr: [grpc-haskell-core, grpc-haskell, grpc] runs-on: ${{ matrix.os }}