From 5a62633ee3ccb5b31469cc2838fe3ab03b5bb884 Mon Sep 17 00:00:00 2001 From: Abe Winter Date: Thu, 4 Apr 2024 19:05:10 -0400 Subject: [PATCH] ci: include tags in checkout --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e2c7982..270fe04 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,6 +20,7 @@ jobs: repository: ${{ inputs.repository }} ref: ${{ inputs.ref }} path: rdk + fetch-tags: true # need tags for git describe # todo: put tflite and x264 in same etc/android/prefix, then try pkgconfig # todo: look at short-lived cache of etc/android/prefix - name: build x264