Skip to content

Commit

Permalink
fix: remove excess bits at the end of path
Browse files Browse the repository at this point in the history
  • Loading branch information
b-fuze committed Oct 7, 2023
1 parent f8c6fb8 commit 2c024eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
rustup target add "$target"
# Add ARM64 Ubuntu repos
sed -E '/^deb/!d; s|.+/|deb [arch=arm64] http://ports.ubuntu.com/|' /etc/apt/sources.list | sudo tee /etc/apt/sources.list.d/sources-arm64.list
sed -E '/^deb/!d; s|.+/([^/]+\.txt)?|deb [arch=arm64] http://ports.ubuntu.com/|' /etc/apt/sources.list | sudo tee /etc/apt/sources.list.d/sources-arm64.list
# Mark existing repos as x86_64 only
sudo sed -i -E 's/^deb/deb [arch=amd64]/' /etc/apt/sources.list
sudo dpkg --add-architecture arm64
Expand Down

0 comments on commit 2c024eb

Please sign in to comment.