branch: externals/csharp-mode commit 8b98e8e27e8d11171d035b95b55a4d36935bbe65 Merge: fe8a68e 1b8eb08 Author: Jostein Kjønigsen <jost...@kjonigsen.net> Commit: GitHub <nore...@github.com>
Merge pull request #246 from emacs-csharp/feature/cask-go-deprecation-fix Migrate from deprecated install-method to safer Git-based approach --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 190c458..f0314a5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,7 +30,8 @@ jobs: - name: Install cask run: | - curl -fsSL https://raw.githubusercontent.com/cask/cask/master/go | python + git clone https://github.com/cask/cask ~/.cask + PATH=$HOME/.cask/bin:$PATH cask - name: Run a multi-line script