mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
chore(CI): apt-get update in gitstats runner
Package cache is stale and causing a failure to install.
This commit is contained in:
parent
9145dc1cae
commit
be3e8997c4
2
.github/workflows/build-test-deploy.yaml
vendored
2
.github/workflows/build-test-deploy.yaml
vendored
@ -562,7 +562,7 @@ jobs:
|
||||
fetch-depth: 0
|
||||
- name: Install gitstats
|
||||
run: |
|
||||
sudo apt-get install gnuplot
|
||||
sudo apt-get update && sudo apt-get install --no-install-recommends gnuplot
|
||||
git clone git://github.com/hoxu/gitstats.git
|
||||
cd gitstats
|
||||
sudo make install
|
||||
|
Loading…
x
Reference in New Issue
Block a user