Skip to content

Commit

Permalink
fix: maybe 3
Browse files Browse the repository at this point in the history
  • Loading branch information
almoghamdani committed Apr 27, 2024
1 parent 3299c4d commit 85e52e1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,19 @@ 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#http://azure.archive.ubuntu.com/ubuntu#[arch=${{ matrix.apt-arch }}] 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 85e52e1

Please sign in to comment.