We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ed2331 commit 91841e8Copy full SHA for 91841e8
1 file changed
.github/workflows/build.yml
@@ -28,12 +28,6 @@ jobs:
28
- name: Install Dependencies (Linux)
29
if: contains(matrix.os, 'ubuntu')
30
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)
37
sudo apt-get install -y libgles2-mesa-dev
38
39
- name: Build and Package
0 commit comments