summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Batischev <eual.jp@gmail.com>2020-11-19 16:13:33 +0300
committerGitHub <noreply@github.com>2020-11-19 16:13:33 +0300
commit205f394f51c4b7b424eba9c19fc1d35ad1e438e3 (patch)
tree0b6ab1c912abad0110fbc84a366170065794efae
parenta9e877c43445cfdb7b1de1fb7ed9b626700851a3 (diff)
downloadhakyll-205f394f51c4b7b424eba9c19fc1d35ad1e438e3.tar.gz
Update actions/setup-haskell to 1.1.4 (#820)
This removes the need for a workaround on Windows.
-rw-r--r--.github/workflows/main.yml7
1 files 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 }}