summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/workflow.yml17
1 files changed, 0 insertions, 17 deletions
diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml
index ac281d0b1..124c8eeaf 100644
--- a/.github/workflows/workflow.yml
+++ b/.github/workflows/workflow.yml
@@ -116,23 +116,6 @@ jobs:
toolchain: stable
override: true
- # Install Stack at a fixed version (Linux & macOS version)
- - name: Install Stack [-nix]
- if: matrix.os != 'windows-latest'
- uses: mstksg/setup-stack@v1
-
- # Install Stack at a fixed version (Windows version), use Chocolatey
- - name: Install Stack [-windows]
- if: matrix.os == 'windows-latest'
- uses: crazy-max/ghaction-chocolatey@v1
- with:
- args: install haskell-stack -y
-
- - name: Install GHC version
- env:
- ARGS: --resolver nightly-2019-09-21
- run: stack $ARGS ghc -- --numeric-version --no-install-ghc
-
# Install Golang at a fixed version
- uses: actions/setup-go@v1
with: