Skip to content

Commit

Permalink
Pass --install
Browse files Browse the repository at this point in the history
  • Loading branch information
nomeata committed Apr 17, 2024
1 parent 9a171ef commit d433172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/examples/SubVerso/Examples.lean
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ partial def loadExamples (leanProject : FilePath) : IO (NameMap (NameMap Example
"ELAN_TOOLCHAIN", "DYLD_LIBRARY_PATH", "LD_LIBRARY_PATH"]

let cmd := "elan"
let args := #["run", toolchain, "lake", "build", ":examples"]
let args := #["run", "--install", toolchain, "lake", "build", ":examples"]

-- Build the facet
let res ← IO.Process.output {
Expand Down

0 comments on commit d433172

Please sign in to comment.