Ver código fonte

Временно отключил кэш для linux-gcc и linux-mingw

[cache clear] не учитывается
1vanK 3 anos atrás
pai
commit
887d2f4a8f
1 arquivos alterados com 2 adições e 0 exclusões
  1. 2 0
      .github/workflows/main.yml

+ 2 - 0
.github/workflows/main.yml

@@ -429,6 +429,7 @@ jobs:
         echo "$HOME/programs" >> $GITHUB_PATH
 
     - name: Cache
+      if: false # Временно отключаем кэш, так как [cache clear] не учитывается
       uses: actions/cache@v3
       with:
         path: engine_build
@@ -543,6 +544,7 @@ jobs:
       run: sudo apt install mingw-w64
 
     - name: Cache
+      if: false # Временно отключаем кэш, так как [cache clear] не учитывается
       uses: actions/cache@v3
       with:
         path: engine_build