Skip to content

Commit 91841e8

Browse files
committed
fix(action):Fix deps download falied againnn
1 parent 6ed2331 commit 91841e8

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,6 @@ jobs:
2828
- name: Install Dependencies (Linux)
2929
if: contains(matrix.os, 'ubuntu')
3030
run: |
31-
sudo grep -rl "ports.ubuntu.com" /etc/apt/sources.list* | xargs -r sudo sed -i 's|http://ports.ubuntu.com/ubuntu-ports|http://ftp.gwdg.de/pub/linux/ubuntu-ports|g'
32-
sudo rm -rf /var/lib/apt/lists/*
33-
echo "Acquire::http::Pipeline-Depth 0;" | sudo tee /etc/apt/apt.conf.d/99custom
34-
echo "Acquire::http::No-Cache true;" | sudo tee -a /etc/apt/apt.conf.d/99custom
35-
echo "Acquire::BrokenProxy true;" | sudo tee -a /etc/apt/apt.conf.d/99custom
36-
sudo apt-get update || (sleep 10; sudo apt-get update)
3731
sudo apt-get install -y libgles2-mesa-dev
3832
3933
- name: Build and Package

0 commit comments

Comments
 (0)