diff --git a/.github/workflows/cooker.yml b/.github/workflows/cooker.yml
index 122dbfeb..d9769155 100644
--- a/.github/workflows/cooker.yml
+++ b/.github/workflows/cooker.yml
@@ -51,8 +51,8 @@ jobs:
       
   #     - name: Extracting cache
   #       run: |
-          tar --skip-old-files -xzvf retrodeck-cooker.tar.gz
-          rm -f retrodeck-cooker.tar.gz
+  #        tar --skip-old-files -xzvf retrodeck-cooker.tar.gz
+  #        rm -f retrodeck-cooker.tar.gz
   #       continue-on-error: true
 
   #     - uses: actions/checkout@v3