Skip to content

Commit

Permalink
build: cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
almoghamdani committed Apr 27, 2024
1 parent bf83cf2 commit a757ac3
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,20 +73,8 @@ jobs:
if: ${{ runner.os == 'Linux' && matrix.arch != 'x64' }}
run: |
sudo dpkg --add-architecture ${{ matrix.apt-arch }}
echo FILE 1 START
cat /etc/apt/sources.list
echo FILE 1 END
echo FILE 2 START
cat /etc/apt/apt-mirrors.txt
echo FILE 2 END
sudo sed -i 's#mirror+file#[arch=${{ matrix.apt-arch }}] mirror+file#g' /etc/apt/sources.list
sudo sed -i 's#http://azure.archive.ubuntu.com/ubuntu#http://ports.ubuntu.com/ubuntu-ports#g' /etc/apt/apt-mirrors.txt
echo FILE 1 START
cat /etc/apt/sources.list
echo FILE 1 END
echo FILE 2 START
cat /etc/apt/apt-mirrors.txt
echo FILE 2 END
sudo apt-get update -yq
- name: Install External Dependencies
Expand Down

0 comments on commit a757ac3

Please sign in to comment.