From 700700103e0eef767a665d877559b322923951fe Mon Sep 17 00:00:00 2001 From: Daniel Svensson Date: Wed, 13 Mar 2024 13:39:27 +0100 Subject: [PATCH] foo --- .github/workflows/build-targets.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/build-targets.yml b/.github/workflows/build-targets.yml index 6ca28b6f7..7b1890bd7 100644 --- a/.github/workflows/build-targets.yml +++ b/.github/workflows/build-targets.yml @@ -15,6 +15,14 @@ jobs: submodules: true fetch-tags: true + - name: test + run: | + git describe --tags + git fetch --tags + git describe --tags + git fetch origin --tags + git describe --tags + - name: Setup vcpkg (it does not install any package yet) uses: lukka/run-vcpkg@v11