branch: elpa/gnuplot
commit 6357e1c8292c0d72b5dd8d543fd555855e3f3126
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>

    Fix CI
---
 .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 2091958114b..5cbdabc093f 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -22,7 +22,7 @@ jobs:
       with:
         version: ${{ matrix.emacs-version }}
     - name: Install Compat
-      run: emacs --batch --eval "(progn (package-refresh-contents) 
(package-install 'compat))"
+      run: emacs --batch --eval (package-refresh-contents) --eval 
"(ignore-errors (package-install 'compat))"
     - name: Install Gnuplot
       run: sudo apt update && sudo apt install gnuplot
     - name: Run tests

Reply via email to