Skip to content

Commit

Permalink
change key server
Browse files Browse the repository at this point in the history
  • Loading branch information
yacchi committed Oct 25, 2023
1 parent 342885f commit f9c13ec
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Expand Up @@ -21,11 +21,8 @@ jobs:
- 4.4.1
runs-on: ${{ matrix.os }}
steps:
- name: gpg version
run: gpg --version

- name: Install GPG keys
run: gpg -v --keyserver keyserver.ubuntu.com --recv-keys 96B047156338B6D4 80CB727A20C79BB2
run: gpg -v --keyserver keys.gnupg.net --recv-keys 96B047156338B6D4 80CB727A20C79BB2

- name: asdf_plugin_test
uses: asdf-vm/actions/plugin-test@v3
Expand Down

0 comments on commit f9c13ec

Please sign in to comment.