Skip to content

Commit

Permalink
Remove gpgme setup from pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
janboll committed Jul 23, 2024
1 parent 2dddc13 commit b60f643
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ jobs:
with:
fetch-depth: 1

- name: 'Install gpgme'
run: sudo apt-get update && sudo apt-get install -y libgpgme-dev

- name: 'Set up Go'
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
with:
Expand All @@ -39,9 +36,6 @@ jobs:
with:
fetch-depth: 1

- name: 'Install gpgme'
run: sudo apt-get update && sudo apt-get install -y libgpgme-dev

- name: 'Set up Go'
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
with:
Expand Down

0 comments on commit b60f643

Please sign in to comment.