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

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

[elpa] externals/csharp-mode 256a638 357/459: Update build.yml


From: ELPA Syncer
Subject: [elpa] externals/csharp-mode 256a638 357/459: Update build.yml
Date: Sun, 22 Aug 2021 14:00:00 -0400 (EDT)

branch: externals/csharp-mode
commit 256a6388ae79892695e3dc560fdd3f9a411a616b
Author: Jostein Kjønigsen <jostein@kjonigsen.net>
Commit: GitHub <noreply@github.com>

    Update build.yml
    
    Fix missing cask.
---
 .github/workflows/build.yml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 160c778..3527fee 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -51,8 +51,10 @@ jobs:
           export PATH="$HOME/.evm/bin:$PATH"
           evm install ${{ matrix.emacs }} --use --skip
 
-      - name: Test cask
-        run: cask
+      - name: Install cask
+        run: |
+          curl -fsSL https://raw.githubusercontent.com/cask/cask/master/go | 
python
+          cask
 
       - name: Run a multi-line script
         run: |



reply via email to

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