ci: upgrade in env setup
This commit is contained in:
parent
9fc588e1ee
commit
222c727007
1 changed files with 6 additions and 2 deletions
|
@ -20,7 +20,9 @@ jobs:
|
||||||
CI_ALPINE_TARGET_RELEASE: edge
|
CI_ALPINE_TARGET_RELEASE: edge
|
||||||
steps:
|
steps:
|
||||||
- name: Environment setup
|
- name: Environment setup
|
||||||
run: apk add nodejs git cabal patch
|
run: |
|
||||||
|
apk upgrade -a
|
||||||
|
apk add nodejs git cabal patch
|
||||||
- name: Repo pull
|
- name: Repo pull
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
@ -46,7 +48,9 @@ jobs:
|
||||||
CI_ALPINE_TARGET_RELEASE: v3.21
|
CI_ALPINE_TARGET_RELEASE: v3.21
|
||||||
steps:
|
steps:
|
||||||
- name: Environment setup
|
- name: Environment setup
|
||||||
run: apk add nodejs git cabal patch
|
run: |
|
||||||
|
apk upgrade -a
|
||||||
|
apk add nodejs git cabal patch
|
||||||
- name: Repo pull
|
- name: Repo pull
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue