Remove workaround not longer needed

As https://github.com/actions/setup-haskell/issues/44 is closed
This commit is contained in:
Javier Neira 2020-11-20 07:27:38 +01:00 committed by GitHub
parent c3af2dd141
commit 1ef375f688
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,8 +4,6 @@ on: [push, pull_request]
jobs:
test:
runs-on: ${{ matrix.os }}
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
strategy:
fail-fast: false
matrix: