diff --git a/.github/install-dep/action.yml b/.github/install-dep/action.yml index 6e8eb23a..a5995acb 100644 --- a/.github/install-dep/action.yml +++ b/.github/install-dep/action.yml @@ -59,7 +59,6 @@ runs: wget \ file \ libssl-dev \ - libgtk-3-dev \ libayatana-appindicator3-dev \ librsvg2-dev \ libgtk-4-dev \ @@ -82,9 +81,7 @@ runs: export HOMEBREW_NO_AUTO_UPDATE=1 brew install \ gtk4 \ - gtk+3 \ libadwaita \ - openssl@3 \ librsvg \ # =============== Platform-specific Initialization (Windows) =============== diff --git a/.github/workflows/base.yml b/.github/workflows/base.yml index c8271287..42bd7738 100644 --- a/.github/workflows/base.yml +++ b/.github/workflows/base.yml @@ -119,7 +119,7 @@ jobs: - name: Run cargo test run: | cargo build --bin mega --bin libra - cargo test --workspace --all-features --all --no-fail-fast + cargo test --workspace --all-features --no-fail-fast # monobean: @@ -148,8 +148,8 @@ jobs: - name: Run Lints run: | - cargo clippy --manifest-path monobean/Cargo.toml --all-targets --all-features -- -D warnings - cargo test --manifest-path monobean/Cargo.toml --all-features --all --no-fail-fast -- --nocapture + cargo clippy --manifest-path monobean/Cargo.toml --no-deps -- -D warnings + cargo test --manifest-path monobean/Cargo.toml --all-features --no-fail-fast -- --nocapture # fuse: @@ -158,7 +158,7 @@ jobs: steps: - uses: actions/checkout@v4 - uses: actions-rust-lang/setup-rust-toolchain@v1 - - run: cargo clippy --manifest-path scorpio/Cargo.toml --all-targets --all --all-features -- -D warnings + - run: cargo clippy --manifest-path scorpio/Cargo.toml --all-targets --all-features -- -D warnings moon-lint-and-build: name: MOON Lint & Build