Aktualizovat .gitea/workflows/build.yml

This commit is contained in:
Radim Lipovčan 2023-11-17 15:58:04 +01:00
parent 00332f614f
commit a911f2e839

View File

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