mirror of
https://github.com/mastodon/mastodon.git
synced 2026-09-12 18:36:07 -05:00
Switch APT repos to canonical ubuntu repos rather than Azure mirror (#40205)
This commit is contained in:
1
.github/actions/setup-ruby/action.yml
vendored
1
.github/actions/setup-ruby/action.yml
vendored
@@ -13,6 +13,7 @@ runs:
|
||||
- name: Install system dependencies
|
||||
shell: bash
|
||||
run: |
|
||||
sudo sed -i s:azure\.archive\.ubuntu\.com:archive.ubuntu.com:g /etc/apt/apt-mirrors.txt
|
||||
sudo apt-get update
|
||||
sudo apt-get install --no-install-recommends -y \
|
||||
libicu-dev \
|
||||
|
||||
Reference in New Issue
Block a user