Skip to content

Commit

Permalink
Make macos dmg nightlies more orderable
Browse files Browse the repository at this point in the history
Without any tags in the downloaded history, git doesn't know how many
commits happened since latest tag
  • Loading branch information
DarthGandalf committed Oct 22, 2023
1 parent 7883d21 commit 7a34b82
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 500

- name: ccache
uses: hendrikmuhs/[email protected]
Expand Down

0 comments on commit 7a34b82

Please sign in to comment.