Skip to content

Commit 9563ff5

Browse files
committed
fix path
1 parent e4f6439 commit 9563ff5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +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)
53-
tsdk_ver=$(cd ./deps/ziti-tunnel-sdk-c/ && git describe --long --tag ./deps/ziti-tunnel-sdk-c)
52+
tsdk_ver=$(cd ./deps/ziti-tunnel-sdk-c/ && git describe --long --tag)
5453
common_key="${KEY_PREFIX}-tsdk_ver=${tsdk_ver}-vcpkg_json_md5=$(md5sum ./deps/ziti-tunnel-sdk-c/vcpkg.json | awk '{ print $1 }')"
5554
echo "key=${common_key}-ImageVersion=${ImageVersion}" | tee -a $GITHUB_OUTPUT
5655

0 commit comments

Comments
 (0)