Skip to content

Commit

Permalink
ci: Manually install readline
Browse files Browse the repository at this point in the history
  • Loading branch information
itislu committed Oct 14, 2024
1 parent 6dc0aa5 commit 3515ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ runs:
- run: |
echo "deb http://archive.ubuntu.com/ubuntu/ jammy main universe" | sudo tee /etc/apt/sources.list.d/jammy-repositories.list
sudo apt-get update
sudo apt-get install -y build-essential clang-12=1:12.0.1-19ubuntu3 valgrind
sudo apt-get install -y build-essential clang-12=1:12.0.1-19ubuntu3 valgrind libreadline-dev
shell: bash
- run: |
echo "Iy" | bash -c 'bash <(curl -s https://raw.githubusercontent.com/tmatis/funcheck/main/scripts/install.sh)'
Expand Down

0 comments on commit 3515ba8

Please sign in to comment.