Skip to content

Commit

Permalink
fix: maybe 5
Browse files Browse the repository at this point in the history
  • Loading branch information
almoghamdani committed Apr 27, 2024
1 parent cb01f9c commit bf83cf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
echo FILE 2 START
cat /etc/apt/apt-mirrors.txt
echo FILE 2 END
sudo sed -i 's#deb mirror+file#[arch=${{ matrix.apt-arch }}] deb mirror+file#g' /etc/apt/sources.list
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
Expand Down

0 comments on commit bf83cf2

Please sign in to comment.