Skip to content

Commit c168129

Browse files
authored
Merge pull request #174 from raphbacher/patch-1
Writing permission for Project.toml
2 parents a56e0ca + b1868f0 commit c168129

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pkg.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ function package_toml(package::Symbol)
152152
test_deps = Dict(pkg.name => string(pkg.uuid) for pkg in pkgs)
153153
end
154154
cp(toml, precompile_toml, force = true)
155+
chmod(precompile_toml, 0o644)
155156
end
156157

157158
toml = TOML.parsefile(precompile_toml)

0 commit comments

Comments
 (0)