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:
parent
fc89b07659
commit
7a17352185
1 changed files with 13 additions and 0 deletions
13
.github/workflows/build_latest_podman.yml
vendored
13
.github/workflows/build_latest_podman.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue