diff --git a/.gitea/workflows/staging.yaml b/.gitea/workflows/staging.yaml index dcec70b..a2fc4c4 100644 --- a/.gitea/workflows/staging.yaml +++ b/.gitea/workflows/staging.yaml @@ -12,6 +12,10 @@ jobs: - name: Checkout repository uses: https://github.com/actions/checkout@v3 + - name: Update packages list (apt) + run: | + apt-get update -y + - uses: https://github.com/awalsh128/cache-apt-pkgs-action@latest with: packages: hugo