We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ac9107 commit f4fdce1Copy full SHA for f4fdce1
.github/workflows/programming_team_code_ci.yml
@@ -68,8 +68,10 @@ jobs:
68
runs-on: ubuntu-latest
69
steps:
70
- uses: actions/checkout@v2
71
+ - name: Set up LLVM repository
72
+ run: wget -qO- https://apt.llvm.org/llvm.sh | sudo bash -s -- 19
73
- name: Install dependencies
- run: wget -qO- https://apt.llvm.org/llvm.sh | sudo bash -s -- 18
74
+ run: sudo apt update && sudo apt install -y clang-19
75
- name: Compile all tests
76
run: make --directory=tests/ compile_clang
77
0 commit comments