Skip to content

Commit

Permalink
[email protected]_py310: tshoot ubuntu build error with ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ipatch committed Nov 5, 2024
1 parent 9e51f71 commit b1e3ee4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/[email protected]_py310.rb
Original file line number Diff line number Diff line change
Expand Up @@ -334,8 +334,8 @@ def install
args.concat(args_linux_only) if OS.linux?

system "cmake", *args, src_dir.to_s
system "cmake", "--build", build_dir.to_s
system "cmake", "--install", build_dir.to_s
# ystem "cmake", "--build", build_dir.to_s
# ystem "cmake", "--install", build_dir.to_s
end

def post_install
Expand Down

0 comments on commit b1e3ee4

Please sign in to comment.