Skip to content

Commit

Permalink
ci: set .git
Browse files Browse the repository at this point in the history
Co-authored-by: Nyanmisaka <[email protected]>
  • Loading branch information
gnattu and nyanmisaka authored Jul 24, 2024
1 parent 93df96e commit f2c36b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion builder/scripts.d/25-xz.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

SCRIPT_REPO="https://github.com/tukaani-project/xz"
SCRIPT_REPO="https://github.com/tukaani-project/xz.git"
SCRIPT_COMMIT="v5.6.2"
SCRIPT_TAGFILTER="v?.*.*"

Expand Down
2 changes: 1 addition & 1 deletion docker-build-win64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ popd
popd

# LZMA
git clone -b v5.6.2 --depth=1 https://github.com/tukaani-project/xz
git clone -b v5.6.2 --depth=1 https://github.com/tukaani-project/xz.git
pushd xz
./autogen.sh --no-po4a --no-doxygen
./configure \
Expand Down

0 comments on commit f2c36b8

Please sign in to comment.