Aktualizovat .gitea/workflows/build.yml
Build ts3proxy / Explore-Gitea-Actions (push) Failing after 5s Details

This commit is contained in:
Radim Lipovčan 2023-11-17 15:57:15 +01:00
parent d6d2007cdc
commit 00332f614f
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v3
- name: Build | Install Docker
run: |
apt-get install docker.io
apt-update && apt-get install docker.io -y
- name: Build | Clone repository
run: |
ls -lah