Skip to content

Commit

Permalink
ci: set existing apt sources to x86
Browse files Browse the repository at this point in the history
  • Loading branch information
frank-w committed Nov 26, 2024
1 parent 15657f7 commit 7b6eec8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
if: env.UBUNTU_MAJOR_VERSION == '22'
run: |
cat /etc/apt/sources.list
sudo sed -i.bak -e 's/^deb/deb [ arch=amd64,i386 ]/' /etc/apt/sources.list
#deb [arch=amd64,i386] http://archive.ubuntu.com/ubuntu/ jammy main universe
echo "deb [arch=arm64,armhf] http://ports.ubuntu.com/ubuntu-ports jammy main universe" | sudo tee -a /etc/apt/sources.list
Expand Down

0 comments on commit 7b6eec8

Please sign in to comment.