Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Signed-off-by: Cole Miller <cole.miller@canonical.com>
  • Loading branch information
cole-miller committed Mar 11, 2024
1 parent 6f748de commit 2ccf5a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/latest-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit 2ccf5a2

Please sign in to comment.