Update .forgejo/workflows/fortune-mod-alpine.yml

This commit is contained in:
Nova Cat 2025-02-26 13:49:12 -08:00
parent 1157183fa3
commit 5cb987fa6a

View file

@ -40,6 +40,8 @@ jobs:
- name: Unzip
run: tar -xzvf alpine-minirootfs-3.21.3-aarch64.tar.gz && rm alpine-minirootfs-3.21.3-aarch64.tar.gz
working-directory: ./rootfs
- name: Fix resolv
run: echo "nameserver 1.1.1.1" > rootfs/etc/resolv.conf
- name: Setup
run: chroot rootfs apk update && chroot rootfs apk install sudo alpine-sdk
- name: Create user for building