debugging: keep only grpc attribute

This commit is contained in:
Viacheslav Lotsmanov 2022-07-21 05:22:54 +03:00
parent a20928659a
commit b164f5bf30
No known key found for this signature in database
GPG Key ID: D276FF7467007335

View File

@ -13,7 +13,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: [ubuntu-latest, macOS-latest] os: [ubuntu-latest, macOS-latest]
attr: [grpc-haskell-core, grpc-haskell, grpc] attr: [grpc]
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}