Skip to content

Commit

Permalink
ci: import GPG keys
Browse files Browse the repository at this point in the history
  • Loading branch information
seagle0128 committed Jun 4, 2024
1 parent 353f20e commit e5707ef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ jobs:
with:
version: snapshot

- name: import gpg
run: |
export HOME="/home/runner/work/.emacs.d"; \
mkdir -p $HOME/.emacs.d/elpa/gnupg && gpg --homedir $HOME/.emacs.d/elpa/gnupg --receive-keys 066DAFCB81E42C40;
- name: install
run: "cask install"

Expand Down

0 comments on commit e5707ef

Please sign in to comment.