cmark

My personal build of CMark ✏️

Commit
62539423f8ab56c98b9c487d12731827dde75c69
Parent
a2ab3e861333d9233471ceee287a1a053a6bde66
Author
John MacFarlane <jgm@berkeley.edu>
Date

Fix syntax for matrix.

Diffstat

1 file changed, 6 insertions, 5 deletions

Status File Name N° Changes Insertions Deletions
Modified .github/workflows/ci.yml 11 6 5
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
@@ -6,11 +6,12 @@ jobs:
   linux:
 
     runs-on: ubuntu-latest
-    fail-fast: false
-    matrix:
-      compiler:
-        - 'clang'
-        - 'gcc'
+    strategy:
+      fail-fast: false
+      matrix:
+        compiler:
+          - 'clang'
+          - 'gcc'
     steps:
     - uses: actions/checkout@v1
     - name: Install valgrind