mirror of
https://github.com/FluxaMedia/fluxa-desktop.git
synced 2026-08-19 13:35:52 +00:00
ci: switch off the slow Azure apt mirror on the Linux build
This commit is contained in:
parent
ddfbc409c1
commit
85fddc0d17
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
|
@ -162,6 +162,7 @@ jobs:
|
|||
|
||||
- name: Install system dependencies
|
||||
run: |
|
||||
sudo sed -i 's/azure\.archive\.ubuntu\.com/archive.ubuntu.com/g' /etc/apt/sources.list.d/ubuntu.sources
|
||||
mkdir -p ~/.apt-cache
|
||||
sudo apt-get update
|
||||
sudo apt-get -o Dir::Cache::Archives="$HOME/.apt-cache" install -y \
|
||||
|
|
|
|||
Loading…
Reference in a new issue