Skip to content

Commit

Permalink
ci: fix expired elpa signature
Browse files Browse the repository at this point in the history
  • Loading branch information
seagle0128 committed Jul 23, 2024
1 parent a5ec200 commit d8dbe79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:
version: snapshot

- name: install
run: cask install
run: cask eval "(setq package-check-signature nil); \
cask install

- name: test
run: cask exec ert-runner
Expand Down
2 changes: 0 additions & 2 deletions Cask
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
(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")
Expand Down

0 comments on commit d8dbe79

Please sign in to comment.