From 7c6f7840cf0b04d1156c1c50bc062377c9f7f3ae Mon Sep 17 00:00:00 2001 From: Mathieu Broillet Date: Mon, 3 Jul 2023 13:53:08 +0000 Subject: [PATCH] Actualiser .gitea/workflows/build.yaml --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index b2c4fa5..6046f3c 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -14,7 +14,7 @@ jobs: uses: https://github.com/actions/checkout@v3 - name: Install hugo - run: apt-get install hugo + run: apt-get update && apt-get install hugo - name: Init submodules run: git submodule update --init