use clang++-22 for LD aswell

This commit is contained in:
sfja 2026-03-23 18:53:59 +01:00
parent d96fd33180
commit 2db3c32093

View File

@ -27,5 +27,5 @@ jobs:
run: make check CLANG_FORMAT=clang-format-22
- name: build
working-directory: ./backend
run: make all CC=clang-22 LD=clang-22 CXX=clang++-22
run: make all LD=clang++-22 CXX=clang++-22