diff --git a/.github/workflows/concrete_compiler_test_cpu.yml b/.github/workflows/concrete_compiler_test_cpu.yml index 6d5d29922..c5c4b3de8 100644 --- a/.github/workflows/concrete_compiler_test_cpu.yml +++ b/.github/workflows/concrete_compiler_test_cpu.yml @@ -117,7 +117,7 @@ jobs: cd /concrete/compilers/concrete-compiler/compiler rm -rf /build/* cargo install cxxbridge-cmd - dnf install libatomic + dnf -y install libatomic make DATAFLOW_EXECUTION_ENABLED=ON Python3_EXECUTABLE=$PYTHON_EXEC BUILD_DIR=/build all echo "Debug: ccache statistics (after the build):" ccache -s