diff --git a/.github/workflows/generic-dev.yml b/.github/workflows/generic-dev.yml index 9fb4a0c8b..6b127aa7a 100644 --- a/.github/workflows/generic-dev.yml +++ b/.github/workflows/generic-dev.yml @@ -89,7 +89,11 @@ jobs: 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