-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix nix installer cache issue #138
Conversation
e094e53
to
00b2cfe
Compare
14c6343
to
00b2cfe
Compare
c828def
to
b235606
Compare
df0e947
to
5bbc1ea
Compare
5bbc1ea
to
44b10fc
Compare
Somehow, for our rpi4/rpi5 self-hosted runners, nix is pre-installed, but it cannot be found github default shell. Which means the startup files of teh default github shell didn't set the PATH variable correctly. (But I cannot wrap my head out which startup file I should modify...) If I tryied to source Fortunately workaround by referencing |
Then there's still some weird error happening Magic cache will sometimes encounter this retry timeout error (setting Then this is the weirdest error... |
bdb21c1
to
4608150
Compare
Signed-off-by: Thing-han, Lim <[email protected]>
Signed-off-by: Thing-han, Lim <[email protected]>
Signed-off-by: Thing-han, Lim <[email protected]>
Signed-off-by: Thing-han, Lim <[email protected]>
4608150
to
dc93b39
Compare
There is a cache issue in the Nix installer action, and since we don't really need to cache the nix installer, and there is no config for turning this off, I figured it'd be better to simply install the nix installer manually.