Skip to content

Commit

Permalink
ci: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
seagle0128 committed Jul 23, 2024
1 parent 6d6b313 commit b16401b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,9 @@ jobs:

- name: install
env:
EMACS-VERSION: ${{ matrix.emacs-version }}
VERSION: ${{ matrix.emacs-version }}
run: |
echo $(pwd); echo ${env.EMACS-VERSION}; \
export GPG_HOME="$(pwd)/.cask/${env.EMACS-VERSION}/elpa/gnupg"; \
export GPG_HOME="$(pwd)/.cask/$VERSION/elpa/gnupg"; \
mkdir -p $GPG_HOME && gpg --homedir $GPG_HOME --receive-keys 066DAFCB81E42C40; \
cask install; ls -la .cask
Expand Down

0 comments on commit b16401b

Please sign in to comment.