ci: upgrade in env setup

This commit is contained in:
Antoine Martin 2025-05-22 03:06:29 +00:00
parent 9fc588e1ee
commit 222c727007

View file

@ -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: