diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml
index 4cf7f4872f462..4db070f1fe307 100644
--- a/.github/workflows/ci-cd.yml
+++ b/.github/workflows/ci-cd.yml
@@ -58,6 +58,11 @@ jobs:
     timeout-minutes: 60
 
     steps:
+      - name Clean
+        shell: bash
+        run: |
+          rm -rf ~/.node-gyp
+          rm -rf ~/.electron-gyp
       - name: Checkout
         uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0