[CI] Add cmake test for source dirs with spaces
diff --git a/.github/workflows/generic-dev.yml b/.github/workflows/generic-dev.yml
index 9fb4a0c..6b127aa 100644
--- a/.github/workflows/generic-dev.yml
+++ b/.github/workflows/generic-dev.yml
@@ -89,7 +89,11 @@
     steps:
     - uses: actions/checkout@v2
     - name: cmake build and test check
-      run: make cmakebuild
+      run: |
+        make cmakebuild
+        cp -r ./ "../zstd source"
+        cd "../zstd source"
+        make cmakebuild
 
   gcc-8-asan-ubsan-fuzz:
     runs-on: ubuntu-latest