diff --git a/.a0proj/memory/index.faiss b/.a0proj/memory/index.faiss index ea42ea0..7b1b767 100644 Binary files a/.a0proj/memory/index.faiss and b/.a0proj/memory/index.faiss differ diff --git a/.a0proj/memory/index.faiss.sha256 b/.a0proj/memory/index.faiss.sha256 index c764f47..efced47 100644 --- a/.a0proj/memory/index.faiss.sha256 +++ b/.a0proj/memory/index.faiss.sha256 @@ -1 +1 @@ -7e94523872548661092d3417cde5f395434394bc1cfc5ac725fce0fb17ff3f39 \ No newline at end of file +ba56296c4f1d04d375ff2586bfce012e49f2b2a9a9e8461e840546a8e03f4b1c \ No newline at end of file diff --git a/.a0proj/memory/index.pkl b/.a0proj/memory/index.pkl index 0a98e22..a7fdad7 100644 Binary files a/.a0proj/memory/index.pkl and b/.a0proj/memory/index.pkl differ diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 81d1f2d..e32039d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -97,8 +97,8 @@ jobs: - uses: dtolnay/rust-toolchain@stable - name: Install build dependencies run: | - sudo apt-get update - sudo apt-get install -y debhelper cargo rustc libsystemd-dev pkg-config + apt-get update + apt-get install -y debhelper cargo rustc libsystemd-dev pkg-config - name: Build Debian package run: dpkg-buildpackage -us -uc -b - name: Upload .deb artifact @@ -125,8 +125,8 @@ jobs: - uses: dtolnay/rust-toolchain@stable - name: Install RPM build tools run: | - sudo apt-get update - sudo apt-get install -y rpm rpmbuild cargo rustc libsystemd-dev pkg-config + apt-get update + apt-get install -y rpm rpmbuild cargo rustc libsystemd-dev pkg-config - name: Build RPM package run: | rpmbuild -ba linux-patch-api.spec