Don't install stack from source

This commit is contained in:
iko 2022-05-03 13:14:18 +03:00 committed by GitHub
parent 526a8fded6
commit c602f2b11e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,10 +38,6 @@ jobs:
${{ runner.os }}-stack-${{ hashFiles('stack.yaml') }}
${{ runner.os }}-stack
- name: Upgrade stack
shell: bash
run: stack upgrade --git
- name: Build
shell: bash
run: |