mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
chore(CI): Fix gitstats cloning by cloning with https
To resolve the error: The unauthenticated git protocol on port 9418 is no longer supported.
This commit is contained in:
parent
b894531cdb
commit
47d52f9977
2
.github/workflows/build-test-deploy.yaml
vendored
2
.github/workflows/build-test-deploy.yaml
vendored
|
@ -563,7 +563,7 @@ jobs:
|
||||||
- name: Install gitstats
|
- name: Install gitstats
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update && sudo apt-get install --no-install-recommends gnuplot
|
sudo apt-get update && sudo apt-get install --no-install-recommends gnuplot
|
||||||
git clone git://github.com/hoxu/gitstats.git
|
git clone https://github.com/hoxu/gitstats.git
|
||||||
cd gitstats
|
cd gitstats
|
||||||
sudo make install
|
sudo make install
|
||||||
- name: Run
|
- name: Run
|
||||||
|
|
Loading…
Reference in New Issue
Block a user