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