Skip to content

Commit

Permalink
Removes additional fetching from git
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix "xq" Queißner committed Feb 16, 2024
1 parent 20012c1 commit d9d2935
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ jobs:
with:
fetch-tags: true # required for "git describe"

- name: Fetch more data from git
run: |
# fetch everything back till the $(ZIG_VERSION) tag.
# https://stackoverflow.com/a/58082274
git fetch --shallow-exclude ${{ env.ZIG_VERSION }}
git fetch --deepen=2
# - name: Fetch more data from git
# run: |
# # fetch everything back till the $(ZIG_VERSION) tag.
# # https://stackoverflow.com/a/58082274
# git fetch --shallow-exclude ${{ env.ZIG_VERSION }}
# git fetch --deepen=2

- name: Setup Zig
uses: goto-bus-stop/setup-zig@v2
Expand Down

0 comments on commit d9d2935

Please sign in to comment.