We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4fdce1 commit a3b5673Copy full SHA for a3b5673
.github/workflows/programming_team_code_ci.yml
@@ -90,7 +90,8 @@ jobs:
90
run: |
91
sudo apt update
92
sudo apt install texlive texlive-latex-extra rename nodejs npm
93
- wget -qO- https://apt.llvm.org/llvm.sh | sudo bash -s -- 18
+ wget -qO- https://apt.llvm.org/llvm.sh | sudo bash -s -- 19
94
+ sudo apt update && sudo apt install -y clang-19
95
- name: build ptc
96
run: make --directory=tests/ ptc
97
- uses: actions/upload-artifact@v4
0 commit comments