branch: elpa/julia-mode
commit 8f3afcb99ea940151e0f0c4e6dd5b71bfaf126ec
Author: Tamás K. Papp <[email protected]>
Commit: Tamás K. Papp <[email protected]>
ignore warnings on snaphot
---
.github/workflows/CI.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml
index 75a25af274..7092bc5e7d 100644
--- a/.github/workflows/CI.yml
+++ b/.github/workflows/CI.yml
@@ -28,7 +28,7 @@ jobs:
- true
include:
- emacs_version: snapshot
- ignore_warnings: false
+ ignore_warnings: true
steps:
- uses: actions/checkout@v2
- uses: purcell/setup-emacs@master