Skip to content

Commit 696f69a

Browse files
committed
Issue closed
1 parent d9cc122 commit 696f69a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,6 @@ jobs:
9999
IMG_TMP="${BASE_IMAGE/:/-}"
100100
echo "IMG=${IMG_TMP/-slim}" >>$GITHUB_ENV
101101
echo "REPO=docker-systemd" >>$GITHUB_ENV
102-
# See: https://github.com/actions/runner-images/issues/9425
103-
- name: Patch crun
104-
shell: bash
105-
run: |
106-
curl -Lo ./crun https://github.com/containers/crun/releases/download/1.14.3/crun-1.14.3-linux-amd64
107-
sudo install crun /usr/bin/crun
108102
- name: Install qemu-user-static
109103
run: |
110104
sudo apt-get update

0 commit comments

Comments
 (0)