mirror of
https://github.com/Crosse/font-install.git
synced 2026-04-25 04:25:47 +03:00
[GH-ISSUE #6] Font failed to install on Windows (via Github Actions) #1
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/font-install#1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @cN3rd on GitHub (Apr 10, 2021).
Original GitHub issue: https://github.com/Crosse/font-install/issues/6
Originally assigned to: @Crosse on GitHub.
I've been trying to use your tool in CI-related contexts.
It works perfectly on linux/macos, but it fails on windows.
Here is an example run:
https://github.com/cN3rd/PyonFX/runs/2312509943
The specific step is called "Install font":
and here's the output of that particular run:
I'm not sure what I'm doing wrong here.
@Crosse commented on GitHub (Apr 11, 2021):
Hm, interesting. To be perfectly honest I haven't used Windows as a desktop for a few years now, so I haven't noticed that this was failing. I'll look into it (unless you have a fix you could PR?). I think I do remember that changes to fonts don't take effect until you logoff and logon (don't know why else I would have put that warning in 😆), but I think that really just means that fonts won't show up in the Fonts control panel applet. It also needs admin rights (IIRC?) to perform the install—or it did four years ago, at least?
Anyway, I'll test this on a Windows machine here soon and see if I can figure out what's going on, but if you figure it out before I do, feel free to open a pull request and we'll get this working!