Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
wyuenho committed Sep 5, 2023
1 parent ea92cfd commit 2d9a2f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ jobs:
~/.emacs.d
key: "emacs-${{ matrix.emacs-version }}-cask-${{ hashFiles('Cask') }}"

- if: ${{ steps.emacs-cask-cache.outputs.cache-hit != 'true' }
- if: ${{ steps.emacs-cask-cache.outputs.cache-hit != 'true' }}
uses: "purcell/setup-emacs@master"
with:
version: "${{ matrix.emacs-version }}"

- if: ${{ steps.emacs-cask-cache.outputs.cache-hit != 'true' }
- if: ${{ steps.emacs-cask-cache.outputs.cache-hit != 'true' }}
uses: "cask/setup-cask@master"
with:
version: "0.9.0"
Expand Down

0 comments on commit 2d9a2f3

Please sign in to comment.