From 2ccf5a2eb5e8b34434166dbaffb2852aae6e5b4a Mon Sep 17 00:00:00 2001 From: Cole Miller Date: Mon, 11 Mar 2024 18:26:12 -0400 Subject: [PATCH] Fix Signed-off-by: Cole Miller --- .github/workflows/latest-deps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/latest-deps.yml b/.github/workflows/latest-deps.yml index d6ce86c59..7493ec047 100644 --- a/.github/workflows/latest-deps.yml +++ b/.github/workflows/latest-deps.yml @@ -32,7 +32,7 @@ jobs: run: | mkdir lz4 cd lz4 - git init --bare + git init git remote add github 'https://github.com/lz4/lz4' git fetch github 'refs/tags/*:refs/tags/*' version="$(git tag | sort -V -r | head -n1)"