We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df415e2 commit 0408abdCopy full SHA for 0408abd
.github/workflows/gm.yml
@@ -33,7 +33,7 @@ jobs:
33
run: |
34
# TODO: use a fixed release once they have created one.
35
# See https://github.com/Tongsuo-Project/Tongsuo/issues/318
36
- git clone https://github.com/Tongsuo-Project/Tongsuo -b 8.4.0 --depth 1
+ git clone -b 8.4.0 --depth 1 https://github.com/Tongsuo-Project/Tongsuo tongsuo
37
pushd tongsuo
38
./config shared enable-ntls -g --prefix=/usr/local/tongsuo
39
make -j2
0 commit comments