Skip to content

Commit

Permalink
ci: Add old repo for apt to find clang-12 in
Browse files Browse the repository at this point in the history
  • Loading branch information
itislu committed Oct 14, 2024
1 parent 29a910e commit 6dc0aa5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ runs:
using: composite
steps:
- 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
shell: bash
Expand Down

0 comments on commit 6dc0aa5

Please sign in to comment.