cmark

My personal build of CMark ✏️

Commit
9f760cefdee9dbc18e6294d78d139b629062fad7
Parent
5c77b675b5957d33de2e6c83481c55e9bbc32902
Author
John MacFarlane <jgm@berkeley.edu>
Date

Setup python.

Diffstat

1 file changed, 12 insertions, 0 deletions

Status File Name N° Changes Insertions Deletions
Modified .github/workflows/ci.yml 12 12 0
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
@@ -8,6 +8,10 @@ jobs:
     runs-on: ubuntu-latest
     steps:
     - uses: actions/checkout@v1
+    - name: Set up Python 3.8
+      uses: actions/setup-python@v2
+      with:
+        python-version: 3.8
     - name: Build and test
       env:
          CMAKE_OPTIONS: -DCMARK_SHARED=OFF
@@ -22,6 +26,10 @@ jobs:
 
     steps:
     - uses: actions/checkout@v1
+    - name: Set up Python 3.8
+      uses: actions/setup-python@v2
+      with:
+        python-version: 3.8
     - name: Build and test
       env:
          CMAKE_OPTIONS: -DCMARK_SHARED=OFF
@@ -36,6 +44,10 @@ jobs:
 
     steps:
     - uses: actions/checkout@v1
+    - name: Set up Python 3.8
+      uses: actions/setup-python@v2
+      with:
+        python-version: 3.8
     - name: Build and test
       run: |
         nmake test