From 2132bbbff83f62684e780e622b4eedc829d73347 Mon Sep 17 00:00:00 2001 From: Knugi <24708955+KnugiHK@users.noreply.github.com> Date: Sat, 1 Mar 2025 04:04:15 +0000 Subject: [PATCH] Add vobject to dependency --- .github/workflows/compile-binary.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/compile-binary.yml b/.github/workflows/compile-binary.yml index 9b07b51..79f7128 100644 --- a/.github/workflows/compile-binary.yml +++ b/.github/workflows/compile-binary.yml @@ -20,7 +20,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install pycryptodome javaobj-py3 ordered-set zstandard nuitka==2.6.7 + pip install pycryptodome vobject javaobj-py3 ordered-set zstandard nuitka==2.6.7 pip install . - name: Build binary with Nuitka run: | @@ -44,7 +44,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install pycryptodome javaobj-py3 ordered-set zstandard nuitka==2.6.7 + pip install pycryptodome vobject javaobj-py3 ordered-set zstandard nuitka==2.6.7 pip install . - name: Build binary with Nuitka run: | @@ -68,7 +68,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install pycryptodome javaobj-py3 ordered-set zstandard nuitka==2.6.7 + pip install pycryptodome vobject javaobj-py3 ordered-set zstandard nuitka==2.6.7 pip install . - name: Build binary with Nuitka run: |