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
|
||||
steps:
|
||||
- name: Environment setup
|
||||
run: apk add nodejs git cabal patch
|
||||
run: |
|
||||
apk upgrade -a
|
||||
apk add nodejs git cabal patch
|
||||
- name: Repo pull
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
|
@ -46,7 +48,9 @@ jobs:
|
|||
CI_ALPINE_TARGET_RELEASE: v3.21
|
||||
steps:
|
||||
- name: Environment setup
|
||||
run: apk add nodejs git cabal patch
|
||||
run: |
|
||||
apk upgrade -a
|
||||
apk add nodejs git cabal patch
|
||||
- name: Repo pull
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue