Skip to content

Commit

Permalink
workflow: checkout with full history
Browse files Browse the repository at this point in the history
Without it, accessing the tags from the Makefile breaks.
  • Loading branch information
lifehackerhansol committed Sep 13, 2024
1 parent f3d2fef commit 53b4ca7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0
- name: Install tools
run: |
curl -L https://github.com/Universal-Team/bmp2ds/releases/download/v1.0.0/bmp2ds-macos -o bmp2ds
Expand Down

0 comments on commit 53b4ca7

Please sign in to comment.