Skip to content

Commit

Permalink
add gpgme as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Lunarequest committed May 9, 2023
1 parent 5b6121e commit 61454ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check-and-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- run: sudo apt install -y libgpgme-dev
- run: cargo check

fmt:
Expand All @@ -23,6 +24,7 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt
- run: sudo apt install -y libgpgme-dev
- run: cargo fmt --all -- --check

clippy:
Expand All @@ -33,4 +35,5 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
with:
components: clippy
- run: sudo apt install -y libgpgme-dev
- run: cargo clippy --all-features
1 change: 1 addition & 0 deletions .github/workflows/release-packaging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- run: sudo apt install -y libgpgme-dev
- name: Release Build
run: cargo build --release
- name: 'Upload Artifact'
Expand Down

0 comments on commit 61454ad

Please sign in to comment.