Skip to content

Commit

Permalink
Fix issue with parse tools installing apt packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarske authored and danielinux committed Jan 17, 2024
1 parent 4a85d2e commit c6ac284
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-parse-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:

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

0 comments on commit c6ac284

Please sign in to comment.