branch: elpa/swift-mode
commit 19c956c7bb0723a5acbdf897f24ab0458e33fa96
Author: taku0 <mxxouy6x3m_git...@tatapa.org>
Commit: taku0 <mxxouy6x3m_git...@tatapa.org>

    Fix GitHub Action
---
 .github/workflows/run-test.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/run-test.yml b/.github/workflows/run-test.yml
index 00dcb4d..07a6389 100644
--- a/.github/workflows/run-test.yml
+++ b/.github/workflows/run-test.yml
@@ -9,7 +9,7 @@ on:
 jobs:
   build:
     runs-on: ubuntu-latest
-    continue-on-error: ${{matrix.emacs_version == 'snapshot'}}
+    continue-on-error: ${{matrix.version == 'snapshot'}}
 
     strategy:
       matrix:

Reply via email to