Skip to content

Commit e4f6439

Browse files
committed
fetch first
1 parent 2f488d7 commit e4f6439

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
env:
5050
KEY_PREFIX: vcpkg_cache-${{ matrix.spec.toolchain }}
5151
run: |
52+
(cd deps/ziti-tunnel-sdk-c && git fetch --tags)
5253
tsdk_ver=$(cd ./deps/ziti-tunnel-sdk-c/ && git describe --long --tag ./deps/ziti-tunnel-sdk-c)
5354
common_key="${KEY_PREFIX}-tsdk_ver=${tsdk_ver}-vcpkg_json_md5=$(md5sum ./deps/ziti-tunnel-sdk-c/vcpkg.json | awk '{ print $1 }')"
5455
echo "key=${common_key}-ImageVersion=${ImageVersion}" | tee -a $GITHUB_OUTPUT

0 commit comments

Comments
 (0)