-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Issue: "panic: reflect: call of reflect.Value.Type on zero Value" #811
Comments
I can't reproduce issue using latest and master version of
It refers to |
This is (should be, not tested by me) fixed in master, but latest=v0.2.24 doesn't include the fix for The following workflow is causing the crash, remove the unused highlighted code and act v0.2.24 won't crash. (this is a duplicated issue) |
I'm able to reproduce this, if you use the push event act skips this workflow.
|
Just giving my full steps. # get my code to test
cd ~
git clone https://github.com/SolarTherm/solartherm.git
# per 'Alternative Installation' from https://docs.brew.sh/Homebrew-on-Linux
git clone https://github.com/Homebrew/brew ~/.linuxbrew/Homebrew
mkdir ~/.linuxbrew/bin
ln -s ~/.linuxbrew/Homebrew/bin/brew ~/.linuxbrew/bin
eval $(~/.linuxbrew/bin/brew shellenv)
# so now I have 'brew'...
brew install act
# so now I have act?
cd ~/solartherm
act and then I got the error as above.
|
I'm getting the same error, on a M1 mac (I used the |
Duplicate of #760 |
I know its fixed in master, but the latest release one gets from homebrew has this error, which makes it a bit more difficult for new users to figure out why their job isn't working locally. Would it be possible to get a new release soonish? If there is something blocking that release, I'd love to hear about it so that maybe I can help out? :) |
@josegonzalez #678 (comment) |
Than you very much, maybe documentation could be updated |
After following the "Alternative Installation" instructions for Homebrew on Linux on Ubuntu 20.04, without any use of
sudo
. I then ranbrew install act
without errors. However, when I then attempted to runact
, I got errors:It seems to be referring to folders like
/home/linuxbrew
which don't exist on my machine.System information
Workflow and/or repository
SolarTherm/SolarTherm on github.
The text was updated successfully, but these errors were encountered: