fix(ci): enable libsodium pkg-config feature across all platforms #104
@ -45,6 +45,7 @@ jobs:
|
|||||||
libayatana-appindicator3-dev \
|
libayatana-appindicator3-dev \
|
||||||
librsvg2-dev \
|
librsvg2-dev \
|
||||||
libdbus-1-dev \
|
libdbus-1-dev \
|
||||||
|
libsodium-dev \
|
||||||
pkg-config
|
pkg-config
|
||||||
- name: Install Rust components
|
- name: Install Rust components
|
||||||
run: rustup component add rustfmt
|
run: rustup component add rustfmt
|
||||||
@ -96,6 +97,7 @@ jobs:
|
|||||||
libayatana-appindicator3-dev \
|
libayatana-appindicator3-dev \
|
||||||
librsvg2-dev \
|
librsvg2-dev \
|
||||||
libdbus-1-dev \
|
libdbus-1-dev \
|
||||||
|
libsodium-dev \
|
||||||
pkg-config
|
pkg-config
|
||||||
- name: Install clippy
|
- name: Install clippy
|
||||||
run: rustup component add clippy
|
run: rustup component add clippy
|
||||||
@ -133,6 +135,7 @@ jobs:
|
|||||||
libayatana-appindicator3-dev \
|
libayatana-appindicator3-dev \
|
||||||
librsvg2-dev \
|
librsvg2-dev \
|
||||||
libdbus-1-dev \
|
libdbus-1-dev \
|
||||||
|
libsodium-dev \
|
||||||
pkg-config
|
pkg-config
|
||||||
- run: cargo test --manifest-path src-tauri/Cargo.toml -- --test-threads=1
|
- run: cargo test --manifest-path src-tauri/Cargo.toml -- --test-threads=1
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user