File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed
Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 2626 }
2727
2828 steps :
29- - uses : actions/checkout@v1
29+ - uses : actions/checkout@v2
3030 with :
3131 submodules : ' true'
32+ fetch-depth : 0
3233
3334 - name : Install GNU tar
3435 shell : bash
5253 vcpkgDirectory : ${{github.workspace}}/vcpkg
5354 appendedCacheKey : ${{ hashFiles( env.VCPKGRESPONSEFILE ) }}
5455
56+ - name : Check name
57+ run : |
58+ git status
59+ git describe --tags --dirty
60+ shell : bash
61+
5562 - name : CMake
5663 uses : lukka/run-cmake@v2
5764 id : runcmake
Original file line number Diff line number Diff line change 44* -checkpoint.ipynb
55* .pyc
66* .egg-info
7+ build /
78dist /
Original file line number Diff line number Diff line change 11[submodule "vcpkg "]
22 path = vcpkg
33 url = https://github.com/spinicist/vcpkg.git
4+ ignore = dirty
You can’t perform that action at this time.
0 commit comments