Skip to content

Commit

Permalink
Patch no more needed?
Browse files Browse the repository at this point in the history
  • Loading branch information
fauust committed Jul 12, 2024
1 parent 7e87062 commit 21c60c1
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/composite-action/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ runs:
using: "composite"
steps:
# See: https://github.com/actions/runner-images/issues/9425
- name: Patch crun
shell: bash
if: >
startsWith(matrix.distro, 'debian') ||
startsWith(matrix.distro, 'ubuntu')
run: |
curl -Lo ./crun https://github.com/containers/crun/releases/download/1.14.4/crun-1.14.4-linux-amd64
sudo install crun /usr/bin/crun
# - name: Patch crun
# shell: bash
# if: >
# startsWith(matrix.distro, 'debian') ||
# startsWith(matrix.distro, 'ubuntu')
# run: |
# curl -Lo ./crun https://github.com/containers/crun/releases/download/1.14.4/crun-1.14.4-linux-amd64
# sudo install crun /usr/bin/crun
# This is necessary on GH Actions to allow running systemd in rootless containers
# see: https://github.com/actions/virtual-environments/issues/3536
# see: https://github.com/ansible-community/molecule/discussions/3155
Expand Down

0 comments on commit 21c60c1

Please sign in to comment.