Skip to content

Commit

Permalink
Builds on new OS!
Browse files Browse the repository at this point in the history
  • Loading branch information
orenbenkiki committed Jun 12, 2024
1 parent 5f5a8a5 commit 2c612e8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions deps/add_pkgs.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
using Pkg
using TOML

project = TOML.parse(read("Project.toml", String))

for pkg in keys(project["deps"])
println("Adding $(pkg):")
Pkg.add(pkg)
end

for pkg in (
"Aqua",
Expand Down
2 changes: 1 addition & 1 deletion docs/v0.1.0/.documenter-siteinfo.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"documenter":{"julia_version":"1.10.0","generation_timestamp":"2024-06-11T17:18:36","documenter_version":"1.4.1"}}
{"documenter":{"julia_version":"1.10.0","generation_timestamp":"2024-06-12T21:07:43","documenter_version":"1.4.1"}}

0 comments on commit 2c612e8

Please sign in to comment.