gelisam / hawk

Haskell text processor for the command-line
Apache License 2.0
361 stars 20 forks source link

installation-methods is broken #261

Closed gelisam closed 3 years ago

gelisam commented 3 years ago

that part of CI only runs once a month, but somehow we got a syntax error? I guess I got overconfident last time I edited it and didn't actually run it. https://github.com/gelisam/hawk/actions/runs/894604806

The workflow is not valid. .github/workflows/installation-methods.yml (Line: 38, Col: 11): The identifier 'setup-haskell-cabal' may not be used more than once within the same scope.

gelisam commented 3 years ago

nope, I did run it last time: https://github.com/gelisam/hawk/pull/254

so I guess github actions has since added an extra check?