From 03bc44e09311cba58dc3eb9b98281de9b59e8211 Mon Sep 17 00:00:00 2001 From: Leo Gaskin Date: Fri, 23 Dec 2022 14:47:00 +0100 Subject: [PATCH] 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 a6b67fe..1f00025 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