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
|
- 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:
|
||||||
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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue