forgejo: debug conf location

This commit is contained in:
Antoine Martin 2024-08-12 02:18:51 -04:00
parent d5f3fc8626
commit a8cdba442d
Signed by: forge
GPG key ID: D62A472A4AA7D541

View file

@ -17,7 +17,7 @@ jobs:
CI_ALPINE_TARGET_RELEASE: edge
steps:
- name: Environment setup
run: apk add nodejs git cabal patch
run: apk add nodejs git cabal patch wget
- name: Repo pull
uses: actions/checkout@v4
with:
@ -46,7 +46,7 @@ jobs:
CI_ALPINE_TARGET_RELEASE: v3.20
steps:
- name: Environment setup
run: apk add nodejs git cabal patch
run: apk add nodejs git cabal patch wget
- name: Repo pull
uses: actions/checkout@v4
with: