Skip to content

Commit a3b5673

Browse files
committed
another fix
1 parent f4fdce1 commit a3b5673

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/programming_team_code_ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@ jobs:
9090
run: |
9191
sudo apt update
9292
sudo apt install texlive texlive-latex-extra rename nodejs npm
93-
wget -qO- https://apt.llvm.org/llvm.sh | sudo bash -s -- 18
93+
wget -qO- https://apt.llvm.org/llvm.sh | sudo bash -s -- 19
94+
sudo apt update && sudo apt install -y clang-19
9495
- name: build ptc
9596
run: make --directory=tests/ ptc
9697
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)