Skip to content

Commit

Permalink
fixup! feat: cartesi-machine formula
Browse files Browse the repository at this point in the history
  • Loading branch information
tuler committed Sep 6, 2024
1 parent 492ece9 commit 843d5d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/cartesi-machine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class CartesiMachine < Formula

depends_on "boost" => :build
depends_on "libslirp" => :build
depends_on "lua" => :build
depends_on "lua"
depends_on "pkg-config" => :build

Check failure on line 11 in Formula/cartesi-machine.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

FormulaAudit/DependencyOrder: dependency "pkg-config" (line 11) should be put before dependency "lua" (line 10)

resource "linux" do
Expand Down

0 comments on commit 843d5d9

Please sign in to comment.