question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

modules argument not working

See original GitHub issue

After adding modules: qtcharts, the build still failed doe to a lack of QtCharts file: https://github.com/lhy0403/Qv2ray/blob/8f5c5cf7d870a406f13f72ffed9cde31682e3bd4/.github/workflows/build-push.yml#L19

Github action log: image

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:9 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
jurplelcommented, Dec 9, 2019

The issue was that the modules were being pushed to the arguments array incorrectly. All fixed now. Sorry about that. (Fixed in ac1f971dd094fa70754039077ae4167131ef6322)

0reactions
jurplelcommented, Dec 9, 2019

sorry, i’m working on it!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Terraform Modules not working - missing required argument
Hi,. I am using Terraform version 2.60.0 and my provider is Azure. I am missing something basic here but I am trying to...
Read more >
Modules and variables not working · Issue #12479 - GitHub
##The problem is mixing modules and variables. I have the following directory/files stucture: . ├── main.tf ├── modules ...
Read more >
Argument in Module is not working. - ServiceNow Community
I'm trying to figure out how best to return a list of incidents with an advanced query. The requirement is to create a...
Read more >
terraform plan returns the Error: Unsupported argument
The error An argument named "example" is not expected here. means that the module doesn't expect to see an input argument with that...
Read more >
Default arguments in member functions do not work in the C++ ...
test.ixx -------- module test; export class A { void f(int foo, int bar = 5); }; consumer.cpp --------------- import test; int main()
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found