fix
Some checks failed
/ arch (push) Successful in 1m21s
/ alpine (push) Successful in 45s
/ fedora (push) Successful in 8m51s
/ opensuse (push) Successful in 2m23s
/ alma (push) Successful in 2m30s
/ rocky (push) Successful in 45m29s
/ ubuntu (push) Successful in 1m15s
/ debian (push) Failing after 58s
Some checks failed
/ arch (push) Successful in 1m21s
/ alpine (push) Successful in 45s
/ fedora (push) Successful in 8m51s
/ opensuse (push) Successful in 2m23s
/ alma (push) Successful in 2m30s
/ rocky (push) Successful in 45m29s
/ ubuntu (push) Successful in 1m15s
/ debian (push) Failing after 58s
This commit is contained in:
parent
bd31e060ab
commit
e454f7fe9f
1 changed files with 1 additions and 1 deletions
2
build.py
2
build.py
|
@ -3,7 +3,7 @@
|
|||
|
||||
from pathlib import Path
|
||||
|
||||
from rwx.fs import make_directory
|
||||
from rwx.fs import make_directory, write
|
||||
|
||||
if __name__ == "__main__":
|
||||
out = Path(__file__).parent / "out"
|
||||
|
|
Loading…
Reference in a new issue