Skip to content
This repository has been archived by the owner on Nov 24, 2023. It is now read-only.

Commit

Permalink
build: debug source list
Browse files Browse the repository at this point in the history
  • Loading branch information
thoongnv committed Nov 21, 2023
1 parent cb44acd commit 15a5cd5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ jobs:
sudo sh -c "sed 's/http:\/\/\(.*\).ubuntu.com\/ubuntu\//[arch-=amd64,i386] http:\/\/ports.ubuntu.com\/ubuntu-ports\//g' /etc/apt/sources.list > /etc/apt/sources.list.d/ports.list"
sudo sed -i 's/http:\/\/\(.*\).ubuntu.com\/ubuntu\//[arch=amd64,i386] http:\/\/\1.archive.ubuntu.com\/ubuntu\//g' /etc/apt/sources.list
ls -lh /etc/apt/sources.list.d
cat /etc/apt/sources.list.d/ports.list
cat -n /etc/apt/sources.list
cat -n /etc/apt/sources.list.d/ports.list
sudo mv /etc/apt/sources.list.d/ubuntu-toolchain-r-ubuntu-test-jammy.list /etc/apt/sources.list.d/ubuntu-toolchain-r-ubuntu-test-jammy.list.bak
sudo mv /etc/apt/sources.list.d/microsoft-prod.list /etc/apt/sources.list.d/microsoft-prod.list.bak
sudo apt-get update || true
Expand Down

0 comments on commit 15a5cd5

Please sign in to comment.