Commit ed255344 by Zachary Snow

use preinstalled stack in CI

parent 49c0d297
...@@ -21,7 +21,6 @@ jobs: ...@@ -21,7 +21,6 @@ jobs:
- windows-2019 - windows-2019
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- uses: mstksg/setup-stack@v2
- name: Build - name: Build
run: make run: make
- name: Prepare Artifact - name: Prepare Artifact
......
...@@ -14,7 +14,6 @@ jobs: ...@@ -14,7 +14,6 @@ jobs:
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- uses: mstksg/setup-stack@v2
- name: Regenerate NOTICE - name: Regenerate NOTICE
run: ./notice.sh > NOTICE run: ./notice.sh > NOTICE
- name: Validate NOTICE - name: Validate NOTICE
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment