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

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

[nongnu] elpa/request c076219 09/11: okay, now cask24 is failing too


From: ELPA Syncer
Subject: [nongnu] elpa/request c076219 09/11: okay, now cask24 is failing too
Date: Sat, 13 Feb 2021 19:57:11 -0500 (EST)

branch: elpa/request
commit c076219972b03359c0c9d702bf6c87e888d87473
Author: dickmao <none>
Commit: dickmao <none>

    okay, now cask24 is failing too
---
 .github/workflows/test.yml | 1 +
 Makefile                   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 24a459e..8a4b165 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -84,6 +84,7 @@ jobs:
       run: |
         sh tools/install-cask.sh
         cask link list
+      continue-on-error: ${{ matrix.emacs_version == '24.5' }}
 
     - name: lint
       if: |
diff --git a/Makefile b/Makefile
index ae3668e..3ab48a6 100644
--- a/Makefile
+++ b/Makefile
@@ -98,7 +98,7 @@ endef
 
 define SET_GITHUB_SHA =
 ifeq ($(GITHUB_SHA),)
-GITHUB_SHA := $(shell git rev-parse origin/$(GITHUB_HEAD_REF))
+GITHUB_SHA := $(shell git rev-parse origin/${GITHUB_HEAD_REF})
 endif
 endef
 



reply via email to

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