You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that your code requires clang for cgo features, but this action doesn't have clang installed at the moment. Could you please try out to install clang use something like pre_command: apt update && apt install clang, alternatively you can have a try to switch C compiler to gcc by env: CC=gcc?
Thanks it works! But in result i got an weird error like clang: error: argument unused during compilation: '-arch x86_64' [-Werror,-Wunused-command-line-argument] and no ideas how to fix it
Hello, i could not compile my program to mac because (as above):
cgo: C compiler "clang" not found: exec: "clang": executable file not found in $PATH
Can this somehow be resolved? Thank you for any help and best regards
https://github.com/sech1p/AppleMusic_Discord_RPC/actions/runs/6959620053/job/18937261755
The text was updated successfully, but these errors were encountered: