From 9d96e1fbaf4d223b0d863763bfd9fb5993dcb14b Mon Sep 17 00:00:00 2001 From: David Knapp Date: Tue, 24 Sep 2024 15:31:53 +0200 Subject: [PATCH] update indentation --- .github/workflows/build_cmake_tarball.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_cmake_tarball.yml b/.github/workflows/build_cmake_tarball.yml index 163671b9ab..9ba43cb4a3 100644 --- a/.github/workflows/build_cmake_tarball.yml +++ b/.github/workflows/build_cmake_tarball.yml @@ -50,8 +50,8 @@ jobs: steps: - uses: actions/checkout@v4 with: - fetch-tags: true # required to get version tags - fetch-depth: 0 # required to get all history, especially the version tags + fetch-tags: true # required to get version tags + fetch-depth: 0 # required to get all history, especially the version tags - name: install sudo run: apt update && apt install sudo # On the github Ubuntu 20.04, sudo is not available by default