Skip to content

Commit

Permalink
Merge pull request #384 from LeaYeh/ci-clang-12-install
Browse files Browse the repository at this point in the history
  • Loading branch information
LeaYeh authored Oct 15, 2024
2 parents 9610702 + 32e6643 commit 7602a98
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/actions/setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,12 @@ runs:
steps:
- run: |
sudo apt-get update
sudo apt-get install -y build-essential clang-12 valgrind
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 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 7602a98

Please sign in to comment.