forgejo: debug conf location
This commit is contained in:
parent
d5f3fc8626
commit
a8cdba442d
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ 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 add nodejs git cabal patch wget
|
||||||
- name: Repo pull
|
- name: Repo pull
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
@ -46,7 +46,7 @@ jobs:
|
||||||
CI_ALPINE_TARGET_RELEASE: v3.20
|
CI_ALPINE_TARGET_RELEASE: v3.20
|
||||||
steps:
|
steps:
|
||||||
- name: Environment setup
|
- name: Environment setup
|
||||||
run: apk add nodejs git cabal patch
|
run: apk add nodejs git cabal patch wget
|
||||||
- name: Repo pull
|
- name: Repo pull
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue