Skip to content

Commit

Permalink
Don't reset permissions on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
visr committed Dec 12, 2024
1 parent f1c7904 commit 5c08e2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ github-release = "python utils/github-release.py"
# Upstream issue: https://github.com/JuliaLang/julia/issues/52272
reset-artifact-permissions = "icacls $homedrive/$homepath/.julia/artifacts /q /c /t /reset"
install-ci = { depends_on = [
"reset-artifact-permissions",
# "reset-artifact-permissions", # see #1972
"install-julia",
"update-registry-julia",
] }
Expand Down

0 comments on commit 5c08e2f

Please sign in to comment.