fix: I can copy and paste correctly

This commit is contained in:
timedout 2026-02-15 20:06:19 +00:00
parent 49cc99d0e9
commit 4f0e99c96c
No known key found for this signature in database
GPG key ID: 0FA334385D0B689F

View file

@ -127,7 +127,7 @@ jobs:
run: |
apt-get update -y
# Build dependencies for rocksdb
apt-get install -y liburing-dev ${{ steps.clang-version.outputs.version }}-dev
apt-get install -y liburing-dev ${{ steps.clang-version.outputs.version }}
- name: Run cargo-deb
id: cargo-deb