CaCO3 3 лет назад
Родитель
Сommit
9c5dfe65c9
1 измененных файлов с 12 добавлено и 12 удалено
  1. 12 12
      .github/workflows/build.yaml

+ 12 - 12
.github/workflows/build.yaml

@@ -10,18 +10,18 @@ jobs:
     steps:
     - uses: actions/checkout@v2
 
-    #- name: Cache PlatformIO
-      #uses: actions/cache@v2
-      #with:
-        #path: ~/.platformio
-        #key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
-
-    #- name: Set up Python
-      #uses: actions/setup-python@v2
-    #- name: Install PlatformIO
-      #run: |
-        #python -m pip install --upgrade pip
-        #pip install --upgrade platformio
+    - name: Cache PlatformIO
+      uses: actions/cache@v2
+      with:
+        path: ~/.platformio
+        key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
+
+    - name: Set up Python
+      uses: actions/setup-python@v2
+    - name: Install PlatformIO
+      run: |
+        python -m pip install --upgrade pip
+        pip install --upgrade platformio
 
     - name: Set Variables
       id: vars