Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
francoisferrand committed Apr 11, 2024
1 parent 086f19d commit db6cc00
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,14 @@ jobs:
# Start cri-o service
sudo systemctl start crio
# Fix broken containerd setup
udo containerd config default | sudo tee /etc/containerd/config.toml
sudo systemctl restart containerd
#echo """
#runtime-endpoint: unix:///run/containerd/containerd.sock
#image-endpoint: unix:///run/containerd/containerd.sock
#""" | sudo tee /etc/crictl.yam
# TODO: cache the installed image?

- name: Downgrade Oras to 0.12.0
Expand Down

0 comments on commit db6cc00

Please sign in to comment.