branch: elpa/cider
commit 82a1dbb43f5776e2e9be3b21e9e80472e23fc273
Author: Bozhidar Batsov <[email protected]>
Commit: Bozhidar Batsov <[email protected]>

    Use modern brew syntax for cask installs in CircleCI
    
    Replace deprecated `brew install homebrew/cask/emacs` with
    `brew install --cask emacs` in CircleCI macOS setup.
---
 .circleci/config.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index 03b866148b6..e86f5f67571 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -22,7 +22,7 @@ commands:
       - run:
           name: Install Emacs latest
           command: |
-            brew install homebrew/cask/emacs
+            brew install --cask emacs
       - run:
           name: Install Eldev
           command: curl -fsSL 
https://raw.github.com/doublep/eldev/master/webinstall/circle-eldev > x.sh && 
source ./x.sh

Reply via email to