Skip to content

Commit

Permalink
ci: Specify version number for apt
Browse files Browse the repository at this point in the history
  • Loading branch information
itislu committed Oct 14, 2024
1 parent 9c4dfe3 commit 29a910e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/actions/setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,8 @@ runs:
using: composite
steps:
- run: |
wget https://apt.llvm.org/llvm.sh
chmod +x llvm.sh
sudo ./llvm.sh 12
sudo apt-get update
sudo apt-get install -y build-essential clang-12 valgrind
sudo apt-get install -y build-essential clang-12=1:12.0.1-19ubuntu3 valgrind
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 29a910e

Please sign in to comment.