Skip to content

Commit

Permalink
foo
Browse files Browse the repository at this point in the history
  • Loading branch information
dsvensson committed Mar 13, 2024
1 parent eddd7b2 commit 7007001
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-targets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7007001

Please sign in to comment.