diff --git a/.a0proj/memory/index.faiss b/.a0proj/memory/index.faiss index 1d7dbcb..ea42ea0 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 fc29d8f..c764f47 100644 --- a/.a0proj/memory/index.faiss.sha256 +++ b/.a0proj/memory/index.faiss.sha256 @@ -1 +1 @@ -e294b0a073cd751b5cae0f3e80dae3e6690af89ecb4ac99f3a8f46b79d05bed3 \ No newline at end of file +7e94523872548661092d3417cde5f395434394bc1cfc5ac725fce0fb17ff3f39 \ No newline at end of file diff --git a/.a0proj/memory/index.pkl b/.a0proj/memory/index.pkl index 76318ba..0a98e22 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 8e986eb..81d1f2d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,6 +89,7 @@ jobs: build-deb: name: Build Debian Package runs-on: linux + container: node:18 steps: - uses: actions/checkout@v2 with: @@ -116,6 +117,7 @@ jobs: build-rpm: name: Build RPM Package runs-on: linux + container: node:18 steps: - uses: actions/checkout@v2 with: @@ -151,7 +153,7 @@ jobs: fetch-depth: 0 - name: Install build dependencies run: | - apk add --no-cache rust cargo musl-dev openssl-dev systemd-dev git + apk add --no-cache rust cargo musl-dev openssl-dev systemd-dev git nodejs npm - name: Build release binary run: cargo build --release --target x86_64-unknown-linux-musl - name: Create APK package @@ -198,7 +200,7 @@ jobs: fetch-depth: 0 - name: Install build dependencies run: | - pacman -Syu --noconfirm rust cargo systemd git base-devel + pacman -Syu --noconfirm rust cargo systemd git base-devel nodejs npm - name: Build release binary run: cargo build --release - name: Create PKGBUILD package