Skip to content

Commit

Permalink
fix gha?
Browse files Browse the repository at this point in the history
  • Loading branch information
Slackadays committed Sep 30, 2023
1 parent c966502 commit b7bd35f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-clipboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
fi
# This limits apt to only looking or amd64 and i386 from Azure, see https://github.com/actions/virtual-environments/issues/1961
sudo sed -i'' -E 's/^deb http:\/\/(azure.archive|security).ubuntu.com/deb [arch=amd64,i386] http:\/\/\1.ubuntu.com/' /etc/apt/sources.list
sudo sed -i'' -E 's/^deb http:\/\/(azure.archive|security).ubuntu.com/deb [arch=amd64,i386,arm64,riscv64,armhf,ppc64el] http:\/\/\1.ubuntu.com/' /etc/apt/sources.list
sudo dpkg --add-architecture "${{ matrix.arch.os }}"
sudo apt-get update
Expand Down

0 comments on commit b7bd35f

Please sign in to comment.