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 a0e74c4
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-tags: true

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

0 comments on commit a0e74c4

Please sign in to comment.