From d2a7ba716f5ec3dcaad3a1fa0ce15b22f3be3b61 Mon Sep 17 00:00:00 2001 From: rober Date: Fri, 29 Dec 2023 12:45:34 +0000 Subject: [PATCH] Actualizar '.github/workflows/main.yml' --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 061c901..e53d9bd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - run: apt update && apt install -y openssh-client git rsync + - run: apt update && apt install -y openssh-client git rsync go - name: Setup Hugo env: HUGO_VERSION: 0.105.0