diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index a43737f71243cd4d4fc7be2ea9afa3cc83f9f8bd..310afc04e15606768b3898b4982931ec14d49bca 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -19,12 +19,10 @@ jobs:
       - uses: actions/checkout@v3
         with:
           submodules: true
-      - name: Build
-        run: ./build.sh $(pwd) unused pdata 0 ${{ github.ref }}
       - name: Cache dependencies
-        uses: actions/cache/save@v3
-        if: always()
+        uses: actions/cache@v3
         with:
           path: ~/openfpm_dependencies/
-          key: dependencies-${{ github.ref }}    
-        
+          key: dependencies-${{ github.ref }}
+      - name: Build
+        run: ./build.sh $(pwd) unused pdata 0 ${{ github.ref }}
diff --git a/README.md b/README.md
index 37bed00cd439d5d17e4fe12a1d754bd8b8f5fd44..b99f496a08d7a809f4577a8a89b7c2f8ce810ae5 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
 
 OpenFPM is a scalable and open C++ framework for particles and mesh simulations.
 
-You can build scalable molecular dynamics, Smooth Particle Hydrodybamics, Granular flow, Finite difference, Hybrid Particle-Mesh codes on CPUs and GPUs.
+You can build scalable Molecular Dynamics, Smooth Particle Hydrodynamics, Granular flows, Finite differences, Hybrid Particle-Mesh codes on CPUs and GPUs.
 
 We provide examples for each case in the documentation.
 
diff --git a/openfpm_numerics b/openfpm_numerics
index 07e06f7a90cb181e1d48e7ebdf670fbb36fe2548..bddc03525ed2406b2ec37e7bee7ef78881f91c79 160000
--- a/openfpm_numerics
+++ b/openfpm_numerics
@@ -1 +1 @@
-Subproject commit 07e06f7a90cb181e1d48e7ebdf670fbb36fe2548
+Subproject commit bddc03525ed2406b2ec37e7bee7ef78881f91c79
diff --git a/script/install_blitz_algoim.sh b/script/install_blitz_algoim.sh
index 9d98002e9addf2c50dfcb3eb80625e12c57bc6a7..db1144860484419497f1c25b3af74f8f5d3c0c1c 100755
--- a/script/install_blitz_algoim.sh
+++ b/script/install_blitz_algoim.sh
@@ -24,7 +24,7 @@ else
   make install
 
   # Mark the installation
-  echo 1 > $1/BLITZ/version
+  echo //1 > $1/BLITZ/version
 fi
 
 ## Algoim installation
@@ -44,5 +44,5 @@ else
   mv algoim $1/ALGOIM
   mv $1/ALGOIM/src $1/ALGOIM/include
   # Mark the installation
-  echo 1 > $1/ALGOIM/version
+  echo //1 > $1/ALGOIM/version
 fi