diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e53d9bd..e071035 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 go + - run: apt update && apt install -y openssh-client git rsync golang-go - name: Setup Hugo env: HUGO_VERSION: 0.105.0