use preinstalled stack in CI

This commit is contained in:
Zachary Snow 2020-07-21 17:53:02 -06:00
parent 49c0d297c9
commit ed25534441
2 changed files with 0 additions and 2 deletions

View File

@ -21,7 +21,6 @@ jobs:
- windows-2019
steps:
- uses: actions/checkout@v1
- uses: mstksg/setup-stack@v2
- name: Build
run: make
- name: Prepare Artifact

View File

@ -14,7 +14,6 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
- uses: mstksg/setup-stack@v2
- name: Regenerate NOTICE
run: ./notice.sh > NOTICE
- name: Validate NOTICE