Compare commits

..

No commits in common. "bce0a3e696c5fc3ae4d5ad7c914dfad98070b1ad" and "93201fbfb7d297006ea472b85f7665a1e9ba6934" have entirely different histories.

4 changed files with 3 additions and 7 deletions

View File

@ -444,8 +444,9 @@ jobs:
CARGO_TARGET_X86_64_PC_WINDOWS_GNU_LINKER: x86_64-w64-mingw32-gcc
OPENSSL_NO_VENDOR: "0"
OPENSSL_STATIC: "1"
PKG_CONFIG_x86_64_pc_windows_gnu: x86_64-w64-mingw32-pkg-config
PKG_CONFIG_ALLOW_CROSS: "1"
SODIUM_LIB_DIR: /usr/x86_64-w64-mingw32/lib
SODIUM_STATIC: "1"
SODIUM_USE_PKG_CONFIG: "no"
run: |
npm ci --legacy-peer-deps
CI=true npx tauri build --target x86_64-pc-windows-gnu

View File

@ -45,7 +45,6 @@ jobs:
libayatana-appindicator3-dev \
librsvg2-dev \
libdbus-1-dev \
libsodium-dev \
pkg-config
- name: Install Rust components
run: rustup component add rustfmt
@ -97,7 +96,6 @@ jobs:
libayatana-appindicator3-dev \
librsvg2-dev \
libdbus-1-dev \
libsodium-dev \
pkg-config
- name: Install clippy
run: rustup component add clippy
@ -135,7 +133,6 @@ jobs:
libayatana-appindicator3-dev \
librsvg2-dev \
libdbus-1-dev \
libsodium-dev \
pkg-config
- run: cargo test --manifest-path src-tauri/Cargo.toml -- --test-threads=1

1
src-tauri/Cargo.lock generated
View File

@ -6545,7 +6545,6 @@ dependencies = [
"http 1.4.1",
"infer 0.15.0",
"lazy_static",
"libsodium-sys-stable",
"lopdf",
"mockito",
"portable-pty",

View File

@ -59,7 +59,6 @@ http = "1.4"
flate2 = { version = "1", features = ["rust_backend"] }
serde_yaml = "0.9"
portable-pty = "0.8"
libsodium-sys-stable = { version = "1.24", features = ["use-pkg-config"] }