Skip to content

Commit

Permalink
Attempt to fix i386 libc dep in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
danielinux committed Aug 9, 2024
1 parent 33f91dd commit 8e5b505
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test-sunnyday-simulator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,16 @@ jobs:
with:
submodules: true

- name: Workaround for sources.list
run: sudo sed -i 's|http://azure.archive.ubuntu.com/ubuntu/|http://mirror.arizona.edu/ubuntu/|g' /etc/apt/sources.list

- name: Update repository
run: sudo apt-get update

- name: Install 32-bit libc
run: |
sudo apt-get install -y libc6-dev-i386
# 32 Bit simulator, SP_MATH
#
- name: make clean
Expand Down

0 comments on commit 8e5b505

Please sign in to comment.