Skip to content

Commit 0408abd

Browse files
committed
fix: push case sensitive
1 parent df415e2 commit 0408abd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: |
3434
# TODO: use a fixed release once they have created one.
3535
# See https://github.com/Tongsuo-Project/Tongsuo/issues/318
36-
git clone https://github.com/Tongsuo-Project/Tongsuo -b 8.4.0 --depth 1
36+
git clone -b 8.4.0 --depth 1 https://github.com/Tongsuo-Project/Tongsuo tongsuo
3737
pushd tongsuo
3838
./config shared enable-ntls -g --prefix=/usr/local/tongsuo
3939
make -j2

0 commit comments

Comments
 (0)