emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/multiple-cursors 03bc44e093 1/5: Use new recommended Cask


From: ELPA Syncer
Subject: [nongnu] elpa/multiple-cursors 03bc44e093 1/5: Use new recommended Cask installation method
Date: Fri, 23 Dec 2022 10:59:24 -0500 (EST)

branch: elpa/multiple-cursors
commit 03bc44e09311cba58dc3eb9b98281de9b59e8211
Author: Leo Gaskin <leo.gaskin@le0.gs>
Commit: Magnar Sveen <magnars@gmail.com>

    Use new recommended Cask installation method
---
 .github/workflows/ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index a6b67fee8a..1f00025934 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
       with:
         version: ${{ matrix.emacs_version }}
     - 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
       run: echo "$HOME/.cask/bin" >> $GITHUB_PATH
     - uses: actions/checkout@v2



reply via email to

[Prev in Thread] Current Thread [Next in Thread]