Skip to content

Commit

Permalink
Merge pull request #877 from yyk808/main
Browse files Browse the repository at this point in the history
ci: remove openssl and gtk3 from dependency list
  • Loading branch information
genedna authored Feb 28, 2025
2 parents 7c8b65c + eb1b14e commit 035895e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
3 changes: 0 additions & 3 deletions .github/install-dep/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ runs:
wget \
file \
libssl-dev \
libgtk-3-dev \
libayatana-appindicator3-dev \
librsvg2-dev \
libgtk-4-dev \
Expand All @@ -82,9 +81,7 @@ runs:
export HOMEBREW_NO_AUTO_UPDATE=1
brew install \
gtk4 \
gtk+3 \
libadwaita \
openssl@3 \
librsvg \
# =============== Platform-specific Initialization (Windows) ===============
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand All @@ -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
Expand Down

1 comment on commit 035895e

@vercel
Copy link

@vercel vercel bot commented on 035895e Feb 28, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

mega – ./

mega-git-main-gitmono.vercel.app
mega-gitmono.vercel.app
www.gitmega.dev
gitmega.dev

Please sign in to comment.