diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml
index fceef73..0612ae6 100644
--- a/.github/workflows/docker-image.yml
+++ b/.github/workflows/docker-image.yml
@@ -30,9 +30,9 @@ jobs:
         git clone https://github.com/nicholas477/openvcl.git dependencies/openvcl
         cd dependencies/openvcl/contrib/masp
         chmod +x ./configure && ./configure LIBS="-lobstack"
-        make clean install -j$(getconf _NPROCESSORS_ONLN)
+        make install -j$(getconf _NPROCESSORS_ONLN)
         cd ../../
-        make clean install -j$(getconf _NPROCESSORS_ONLN)
+        make install -j$(getconf _NPROCESSORS_ONLN)
 
     - name: Install ps2stuff
       run: |