diff --git a/.github/workflows/compiler_build_and_test_cpu_distributed.yml b/.github/workflows/compiler_build_and_test_cpu_distributed.yml index d263fd5489..44573a1ae7 100644 --- a/.github/workflows/compiler_build_and_test_cpu_distributed.yml +++ b/.github/workflows/compiler_build_and_test_cpu_distributed.yml @@ -69,7 +69,7 @@ jobs: cd compilers/concrete-compiler/compiler rm -rf /shared/build make HPX_DIR=/shared/hpx install-hpx-from-source - make BUILD_DIR=/shared/build DATAFLOW_EXECUTION_ENABLED=ON BINDINGS_PYTHON_ENABLED=OFF CUDA_SUPPORT=${{ env.CUDA_SUPPORT }} build-end-to-end-dataflow-tests + make HPX_DIR=/shared/hpx BUILD_DIR=/shared/build DATAFLOW_EXECUTION_ENABLED=ON BINDINGS_PYTHON_ENABLED=OFF CUDA_SUPPORT=${{ env.CUDA_SUPPORT }} build-end-to-end-dataflow-tests - name: Run end-to-end benchmarks run: |