branch: externals/csharp-mode
commit 1b8eb08dc8dc6c9d6d63a0661be96f1de489a3ba
Author: Jostein Kjønigsen <jost...@kjonigsen.net>
Commit: Jostein Kjønigsen <jost...@kjonigsen.net>

    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

Reply via email to