Update .gitea/workflows/cicd.yaml
CICD / Explore-Gitea-Actions (push) Failing after 14s Details

This commit is contained in:
builderadmin 2025-10-08 20:35:04 +00:00
parent fde45c8e66
commit 27ae0f273e
1 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,8 @@ jobs:
run: |
whoami
apt update
apt install -y ca-certificates curl gnupg lsb-release sudo
cat /etc/os-release
apt install -y ca-certificates curl gnupg lsb-core sudo
mkdir -p /etc/apt/keyrings
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | gpg --dearmor -o /etc/apt/keyrings/docker.gpg
echo \