parent
6fd1edb950
commit
d8656bfdfe
|
@ -4,6 +4,10 @@ jobs:
|
|||
ls:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- name: Set up buildah
|
||||
run: |
|
||||
apt update
|
||||
apt -y install buildah
|
||||
- name: Checkout
|
||||
uses: https://code.forgejo.org/actions/checkout@v4
|
||||
- name: Build
|
||||
|
|
Loading…
Reference in a new issue