From 205f394f51c4b7b424eba9c19fc1d35ad1e438e3 Mon Sep 17 00:00:00 2001 From: Alexander Batischev Date: Thu, 19 Nov 2020 16:13:33 +0300 Subject: Update actions/setup-haskell to 1.1.4 (#820) This removes the need for a workaround on Windows. --- .github/workflows/main.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a365310..12276e3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,9 +10,6 @@ jobs: cabal: name: ${{ matrix.os }} / ghc ${{ matrix.ghc }} runs-on: ${{ matrix.os }} - env: - # Workaround for actions/setup-haskell@1.1.3 on Windows: https://github.com/actions/runner/pull/779 - ACTIONS_ALLOW_UNSECURE_COMMANDS: true strategy: matrix: os: [ubuntu-latest, macOS-latest, windows-latest] @@ -35,7 +32,7 @@ jobs: - uses: actions/checkout@v2 if: github.event.action == 'opened' || github.event.action == 'synchronize' || github.event.ref == 'refs/heads/master' - - uses: actions/setup-haskell@v1.1.3 + - uses: actions/setup-haskell@v1.1.4 id: setup-haskell-cabal name: Setup Haskell with: @@ -73,7 +70,7 @@ jobs: - uses: actions/checkout@v2 if: github.event.action == 'opened' || github.event.action == 'synchronize' || github.event.ref == 'refs/heads/master' - - uses: actions/setup-haskell@v1.1.3 + - uses: actions/setup-haskell@v1.1.4 name: Setup Haskell Stack with: ghc-version: ${{ matrix.ghc }} -- cgit v1.2.3