mirror of https://github.com/zachjs/sv2v.git
use preinstalled stack in CI
This commit is contained in:
parent
49c0d297c9
commit
ed25534441
|
|
@ -21,7 +21,6 @@ jobs:
|
|||
- windows-2019
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: mstksg/setup-stack@v2
|
||||
- name: Build
|
||||
run: make
|
||||
- name: Prepare Artifact
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue