diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 15df57c6508c32eee940d2afe6b0e228785ec1e5..e97b55ca14b800520dcf67e2cde52a9d30600908 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -13,13 +13,10 @@ jobs:
     steps:
       - name: Install dependencies
         run: sudo apt install -y openssh-client cmake wget git g++ gfortran python-is-python3 bzip2 diffutils zlib1g-dev
-      - name: Clone repository
-        run: |
-          git clone ${{ secrets.GIT_REPOSITORY }} ${{ github.workspace }}
-          cd ${{ github.workspace }}
-          git checkout ${{ github.ref }}
       - name: make dependencies folder
         run: mkdir -p openfpm_dependencies
+      - name: LS
+        run: ls
       - name: Build
         run: ./build.sh $(pwd) unused pdata 0 ${{ github.ref }}
       - name: Cache dependencies