From 1d2be920f53d33705389c4b0ba0041143a752287 Mon Sep 17 00:00:00 2001 From: abarreiro Date: Wed, 16 Oct 2024 08:33:19 +0200 Subject: [PATCH] Fix docs action Signed-off-by: abarreiro --- .github/workflows/check-docs.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/check-docs.yml b/.github/workflows/check-docs.yml index 02d989729..075c74ab0 100644 --- a/.github/workflows/check-docs.yml +++ b/.github/workflows/check-docs.yml @@ -21,6 +21,9 @@ jobs: with: fetch-depth: 0 # Required to have tag information available + - name: Install Terraform binary + uses: hashicorp/setup-terraform@v3 + - name: Set up Go 1.x uses: actions/setup-go@v3 with: