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 561f8b1 commit 6d6b313
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ jobs:
env:
EMACS-VERSION: ${{ matrix.emacs-version }}
run: |
echo $(pwd); echo ${EMACS-VERSION}; \
export GPG_HOME="$(pwd)/.cask/${EMACS-VERSION}/elpa/gnupg"; \
echo $(pwd); echo ${env.EMACS-VERSION}; \
export GPG_HOME="$(pwd)/.cask/${env.EMACS-VERSION}/elpa/gnupg"; \
mkdir -p $GPG_HOME && gpg --homedir $GPG_HOME --receive-keys 066DAFCB81E42C40; \
cask install; ls -la; ls -la .cask/
cask install; ls -la .cask
- name: test
run: cask exec ert-runner
Expand Down

0 comments on commit 6d6b313

Please sign in to comment.