Fix Stack build names

This commit is contained in:
sdiehl
2020-01-04 17:57:19 +00:00
parent 3dd5152aba
commit e02ac85388
+1 -1
View File
@@ -8,7 +8,7 @@ on:
jobs:
build:
name: stack ${{ matrix.resolver }}
name: stack ${{ matrix.plan.resolver }}
strategy:
matrix:
os: [ubuntu-latest, macOS-latest]