Skip to content

Commit

Permalink
[github-actions] fix bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
jwhui committed Nov 1, 2023
1 parent 232d3d2 commit 0d256e5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,14 @@ jobs:
sudo rm /etc/apt/sources.list.d/* && sudo apt-get update
sudo apt-get --no-install-recommends install -y lib32z1 ninja-build
sudo apt-get install unzip
sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386
sudo apt-get install aptitude
sudo aptitude -f install libgcc-s1:i386 -y
sudo aptitude -f install libgcc-s1 -y
sudo apt autoremove
sudo apt install module-assistant
sudo apt install gcc-multilib
sudo apt install g++-multilib
sudo apt-get install libncurses5:i386
wget ${{ matrix.gcc_download_url }} -O gcc-riscv32.zip
unzip gcc-riscv32.zip
- name: Build
Expand Down

0 comments on commit 0d256e5

Please sign in to comment.