Skip to content

Commit ed96b4b

Browse files
committed
fix CI
1 parent 8fd116f commit ed96b4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
version: 0.1.6.0
2222
tests:
2323
name: ${{ matrix.ghc }} on ${{ matrix.os }}
24-
needs: generateMatrix
24+
needs: generate-matrix
2525
runs-on: ${{ matrix.os }}
2626
strategy:
27-
matrix: ${{ fromJSON(needs.generateMatrix.outputs.matrix) }}
27+
matrix: ${{ fromJSON(needs.generate-matrix.outputs.matrix) }}
2828
# Service containers to run with `container-job`
2929
services:
3030
# Label used to access the service container

0 commit comments

Comments
 (0)