Merge pull request #612 from haskell/remove-gh-envar

Remove workaround in github actions not longer needed
This commit is contained in:
Javier Neira 2020-11-20 16:48:12 +01:00 committed by GitHub
commit d79feb5bf5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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