Skip to content

Commit c6ac284

Browse files
dgarskedanielinux
authored andcommitted
Fix issue with parse tools installing apt packages.
1 parent 4a85d2e commit c6ac284

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test-parse-tools.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818

1919
- name: Install cross compilers
2020
run: |
21+
sudo sed -i 's|http://azure.archive.ubuntu.com/ubuntu/|http://mirror.arizona.edu/ubuntu/|g' /etc/apt/sources.list
22+
sudo apt-get update
2123
sudo apt-get install -y gcc-arm-none-eabi gcc-powerpc-linux-gnu
2224
2325
- name: make distclean

0 commit comments

Comments
 (0)