Skip to content

Commit f4fdce1

Browse files
committed
trying this
1 parent 4ac9107 commit f4fdce1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/programming_team_code_ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,10 @@ jobs:
6868
runs-on: ubuntu-latest
6969
steps:
7070
- uses: actions/checkout@v2
71+
- name: Set up LLVM repository
72+
run: wget -qO- https://apt.llvm.org/llvm.sh | sudo bash -s -- 19
7173
- name: Install dependencies
72-
run: wget -qO- https://apt.llvm.org/llvm.sh | sudo bash -s -- 18
74+
run: sudo apt update && sudo apt install -y clang-19
7375
- name: Compile all tests
7476
run: make --directory=tests/ compile_clang
7577

0 commit comments

Comments
 (0)