-
Notifications
You must be signed in to change notification settings - Fork 206
Electron Builder Script not working #52
Comments
same error, anyone advice? |
Same for me 😞 |
Same for me too |
i add
in build.yml it's work |
I fixed it by moving the electron dependency to devDeps (I still think that it is not this library to decide where the dep. should be..) And adding an extra env option:
|
I did not understand very well, I have the same problem but I do not have much knowledge of Actions. 😢 |
Having the same error, but this did not solve the problem. Did anybody find another approach? |
You could add the environment variables in the workflow yaml file. This is an example:
I was getting a similar error, but after checking a little closer, I was trying to build pacman packages but with the current runner, it seems that Github changed the default runner to Ubuntu 20.04 a few months ago https://github.blog/changelog/2020-10-29-github-actions-ubuntu-latest-workflows-will-use-ubuntu-20-04/ This is causing some errors related with the missing binary Can you try this? This is a reported error #42 |
Hi. I am getting this error in the workflow
Should I add it in my dependencies?
The text was updated successfully, but these errors were encountered: