Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
aPere3 committed Feb 17, 2025
1 parent f3bb521 commit a203913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/concrete_compiler_test_cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a203913

Please sign in to comment.