Use simple runtime dir expansion in e2e workflow
This commit is contained in:
parent
66cfaed355
commit
3195ab8725
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ steps:
|
|||
- |
|
||||
set -euo pipefail
|
||||
export DEBIAN_FRONTEND=noninteractive
|
||||
mkdir -p "${XDG_RUNTIME_DIR}"
|
||||
mkdir -p "$XDG_RUNTIME_DIR"
|
||||
apt-get update
|
||||
apt-get install -y podman python3-pip curl jq ca-certificates
|
||||
python3 -m pip install --no-cache-dir podman-compose
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue