-
Notifications
You must be signed in to change notification settings - Fork 40
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
/usr/bin/bash
missing on Ubuntu 22.04 images
#130
Comments
We are experiencing this issue as well with our CI workflows installing nix on the latest ubuntu 22.04 runners |
Unless there's any specific shell syntax in there like a pipe or redirect, we should be able to |
This is a dupe of cachix/install-nix-action#148 |
I run CI of my nixos config using
ubuntu-latest
images here on GitHub. Yesterday I had a job running and it was fine, but tonight my overnight job failed.It failed with the following error:
Failed build: https://github.com/etu/nixconfig/actions/runs/3635609278/jobs/6134858130
Successful build yesterday: https://github.com/etu/nixconfig/actions/runs/3629375898/jobs/6121504673
So I thought that was a bit curious. So I looked at the environment because I have my nix version pinned and all imported actions are pinned to specific versions.
So yesterday I had a successful run with cachix-action@v12 with the following environment:
And tonight's failed run with the following environment:
To me this place looks like a place where it could go wrong:
cachix-action/src/main.ts
Line 24 in 6a9a34c
/usr/bin/bash
if it doesn't exist? Or... maybe they dropped it? Maybe it should refer tosh
orash
instead?The text was updated successfully, but these errors were encountered: