Skip to content

Commit 7849db5

Browse files
committed
Testing GitHub Actions
1 parent abb2bb6 commit 7849db5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/alpine.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Setup Alpine Linux
3737
run: |
3838
sudo mkdir /srv/alpine
39-
#wget -q -O- https://dl-cdn.alpinelinux.org/alpine/v3.19/releases/aarch64/alpine-minirootfs-3.19.1-${{matrix.label}}.tar.gz | sudo tar xz -C /srv/alpine
39+
wget -q -O- https://dl-cdn.alpinelinux.org/alpine/v3.19/releases/aarch64/alpine-minirootfs-3.19.1-${{matrix.label}}.tar.gz | sudo tar xz -C /srv/alpine
4040
#for d in dev proc sys; do sudo mount --rbind -o ro {,/src/alpine}/"$d"; done
4141
4242
#sudo chroot /src/alpine su - <<-'END'

0 commit comments

Comments
 (0)