mirror of
https://github.com/magnars/multiple-cursors.el.git
synced 2025-10-13 05:03:03 +00:00
Use new recommended Cask installation method
This commit is contained in:
parent
fe0d516745
commit
03bc44e093
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user