1
0
Fork 0
mirror of https://github.com/containers/ansible-podman-collections.git synced 2026-02-04 07:11:49 +00:00

Add pasta

This commit is contained in:
Sagi Shnaidman 2025-08-02 13:01:20 +03:00
parent fc89b07659
commit 7a17352185

View file

@ -234,6 +234,12 @@ jobs:
/usr/local/libexec/podman/netavark --version || echo "Netavark version check failed"
runc --version || echo "Runc version check failed"
# Install pasta
wget https://passt.top/builds/latest/x86_64/pasta
sudo install -Dm755 pasta /usr/bin/pasta
# Verify pasta installation
echo "=== Pasta installation verification ==="
pasta --version || echo "Pasta installation failed"
# Configure PATH to use our custom podman
echo "/usr/local/bin" >> $GITHUB_PATH
@ -382,6 +388,13 @@ jobs:
/usr/local/libexec/podman/netavark --version || echo "Netavark version check failed"
runc --version || echo "Runc version check failed"
# Install pasta
wget https://passt.top/builds/latest/x86_64/pasta
sudo install -Dm755 pasta /usr/bin/pasta
# Verify pasta installation
echo "=== Pasta installation verification ==="
pasta --version || echo "Pasta installation failed"
# Configure PATH to use our custom podman
echo "/usr/local/bin" >> $GITHUB_PATH