Use new recommended Cask installation method

This commit is contained in:
Leo Gaskin 2022-12-23 14:47:00 +01:00 committed by Magnar Sveen
parent fe0d516745
commit 03bc44e093

View File

@ -29,7 +29,7 @@ jobs:
with: with:
version: ${{ matrix.emacs_version }} version: ${{ matrix.emacs_version }}
- name: Install Cask - name: Install Cask
run: curl -fsSkL https://raw.github.com/cask/cask/master/go | python run: git clone https://github.com/cask/cask ~/.cask
- name: Add Cask to PATH - name: Add Cask to PATH
run: echo "$HOME/.cask/bin" >> $GITHUB_PATH run: echo "$HOME/.cask/bin" >> $GITHUB_PATH
- uses: actions/checkout@v2 - uses: actions/checkout@v2