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

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

[nongnu] elpa/logview d754e657cc 197/259: Experimentally use a GitHub ac


From: ELPA Syncer
Subject: [nongnu] elpa/logview d754e657cc 197/259: Experimentally use a GitHub action to install Eldev instead of shell command.
Date: Fri, 31 Jan 2025 07:02:13 -0500 (EST)

branch: elpa/logview
commit d754e657ccf6e75ef3852dcf19e899dcf37d7d59
Author: Paul Pogonyshev <pogonyshev@gmail.com>
Commit: Paul Pogonyshev <pogonyshev@gmail.com>

    Experimentally use a GitHub action to install Eldev instead of shell 
command.
---
 .github/workflows/test.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 4bc1c0f28d..9e8714639a 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -27,7 +27,7 @@ jobs:
         version: ${{matrix.emacs_version}}
 
     - name: Install Eldev
-      run: curl -fsSL 
https://raw.github.com/doublep/eldev/master/webinstall/github-eldev | sh
+      uses: emacs-eldev/setup-eldev@v1
 
     - name: Check out the source code
       uses: actions/checkout@v3



reply via email to

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