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