From 53b4ca773ecf95de4bffaf98e3b36bd50ed35f1b Mon Sep 17 00:00:00 2001 From: lifehackerhansol Date: Fri, 13 Sep 2024 00:00:56 -0700 Subject: [PATCH] workflow: checkout with full history Without it, accessing the tags from the Makefile breaks. --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7c509c3d..559eb326 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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