File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ if [[ ! -z ${GITHUB_ACTIONS+x} ]]; then
1010 # Enable ports repository
1111 sudo apt-get update
1212 sudo apt install lsb-release
13+ sudo sed -i " /^Signed-By: /a Architectures: amd64" /etc/apt/sources.list.d/ubuntu.sources
1314 sudo tee /etc/apt/sources.list.d/ubuntu-ports.sources << EOF
1415Types: deb
1516URIs: http://ports.ubuntu.com/ubuntu-ports/
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ if [[ ! -z ${GITHUB_ACTIONS+x} ]]; then
1010 # Enable ports repository
1111 sudo apt-get update
1212 sudo apt install lsb-release
13+ sudo sed -i " /^Signed-By: /a Architectures: amd64" /etc/apt/sources.list.d/ubuntu.sources
1314 sudo tee /etc/apt/sources.list.d/ubuntu-ports.sources << EOF
1415Types: deb
1516URIs: http://ports.ubuntu.com/ubuntu-ports/
You can’t perform that action at this time.
0 commit comments