Skip to content

Commit

Permalink
ci: remove importing GPG keys
Browse files Browse the repository at this point in the history
  • Loading branch information
seagle0128 committed Jun 4, 2024
1 parent e5707ef commit d38cfd3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,6 @@ 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
3 changes: 1 addition & 2 deletions Cask
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
(source gnu)
(source melpa)

(depends-on "gnu-elpa-keyring-update")

(package "doom-modeline" "1.0.0" "A minimal and modern mode-line")

(package-file "doom-modeline.el")

(files "*.el")

(development
(depends-on "gnu-elpa-keyring-update")
(depends-on "project")
(depends-on "ert-runner"))

0 comments on commit d38cfd3

Please sign in to comment.