Skip to content

Commit

Permalink
Try repair broken libncurses5 again
Browse files Browse the repository at this point in the history
  • Loading branch information
ckormanyos committed Dec 8, 2024
1 parent cc689e2 commit 16f5fa1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/real-time-cpp-benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,8 @@ jobs:
fetch-depth: '0'
- name: update-tools
run: |
sudo apt install libncursesw5
wget --no-check-certificate http://launchpadlibrarian.net/648013227/libncurses5_6.4-2_amd64.deb
sudo dpkg -i libncurses5_6.4-2_amd64.deb
mkdir -p emu_env && cd emu_env
wget --no-check-certificate https://developer.arm.com/-/media/Files/downloads/gnu/13.3.rel1/binrel/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi.tar.xz
tar -xf arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi.tar.xz
Expand Down

0 comments on commit 16f5fa1

Please sign in to comment.