Skip to content

Commit

Permalink
update indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Davknapp authored Sep 24, 2024
1 parent c0d06f1 commit 9d96e1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_cmake_tarball.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9d96e1f

Please sign in to comment.