Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
almoghamdani committed Apr 27, 2024
1 parent 825141e commit ff27bec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ jobs:
sudo dpkg --add-architecture ${{ matrix.apt-arch }}
sudo sed -i -e 's/archive.ubuntu.com\|security.ubuntu.com/old-releases.ubuntu.com/g' /etc/apt/sources.list
sudo sed -i 's#http://azure.archive.ubuntu.com/ubuntu#[arch=${{ matrix.apt-arch }}] http://ports.ubuntu.com/ubuntu-ports#g' /etc/apt/sources.list
sudo apt-get update -yq
cat /etc/apt/sources.list
sudo apt-get -oDebug::pkgAcquire::Worker=1 update -yq
- name: Install External Dependencies
if: runner.os == 'Linux'
Expand Down

0 comments on commit ff27bec

Please sign in to comment.