Skip to content

Commit

Permalink
ci: Separate install process of clang-12
Browse files Browse the repository at this point in the history
  • Loading branch information
itislu committed Oct 14, 2024
1 parent 3515ba8 commit 32e6643
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/actions/setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,14 @@ inputs:
runs:
using: composite
steps:
- run: |
sudo apt-get update
sudo apt-get install -y build-essential valgrind libreadline-dev
shell: bash
- 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 libreadline-dev
sudo apt-get install -y clang-12=1:12.0.1-19ubuntu3
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 32e6643

Please sign in to comment.