Skip to content

Commit

Permalink
no longer remove fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
assignUser committed Dec 17, 2023
1 parent c48bf1b commit d2edfe1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .circleci/dist_compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ commands:
if [ -e /opt/rh/gcc-toolset-9/enable ]; then
source /opt/rh/gcc-toolset-9/enable
fi
rm -rf /usr/local/include/fmt || echo "fmt not found"
rm -rf /usr/local/lib64/cmake/fmt|| echo "fmt not found"
- restore_cache:
name: "Restore CCache Cache"
keys:
Expand Down

0 comments on commit d2edfe1

Please sign in to comment.