mirror of
https://forgejo.ellis.link/continuwuation/continuwuity/
synced 2026-06-04 23:11:28 +00:00
fix: Install clang-23 specifically
clang (clang-22) is busted
This commit is contained in:
@@ -110,7 +110,7 @@ jobs:
|
||||
run: |
|
||||
apt-get update -y
|
||||
# Build dependencies for rocksdb
|
||||
apt-get install -y clang liburing-dev
|
||||
apt-get install -y clang-23 liburing-dev
|
||||
|
||||
- name: Run cargo-deb
|
||||
id: cargo-deb
|
||||
|
||||
Reference in New Issue
Block a user