Skip to content

Commit

Permalink
fix: remove one mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
ccrutchf committed Nov 17, 2024
1 parent 9bbd6fc commit bdb37af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
- uses: actions/checkout@v4
- name: Install Dependencies
run: |
echo "http://mirrors.mit.edu/ubuntu-ports priority:4" | sudo tee /etc/apt/apt-mirrors.txt
head -n 2 /etc/apt/apt-mirrors.txt > ~/apt-mirrors.txt
sudo mv ~/apt-mirrors.txt /etc/apt/apt-mirrors.txt
sudo dpkg --add-architecture arm64
sudo apt-get update
sudo apt-get install -y gcc-aarch64-linux-gnu \
Expand Down

0 comments on commit bdb37af

Please sign in to comment.