Skip to content

Commit

Permalink
BLD Fix git describe
Browse files Browse the repository at this point in the history
  • Loading branch information
spinicist committed Nov 26, 2020
1 parent 37e1f74 commit 2cf9035
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@ jobs:
}

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
with:
submodules: 'true'
fetch-depth: 0

- name: Install GNU tar
shell: bash
Expand All @@ -52,6 +53,12 @@ jobs:
vcpkgDirectory: ${{github.workspace}}/vcpkg
appendedCacheKey: ${{ hashFiles( env.VCPKGRESPONSEFILE ) }}

- name: Check name
run: |
git status
git describe --tags --dirty
shell: bash

- name: CMake
uses: lukka/run-cmake@v2
id: runcmake
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ _*.json
*-checkpoint.ipynb
*.pyc
*.egg-info
build/
dist/
1 change: 1 addition & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[submodule "vcpkg"]
path = vcpkg
url = https://github.com/spinicist/vcpkg.git
ignore = dirty

0 comments on commit 2cf9035

Please sign in to comment.