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.

Can't seem to make action work on windows

See original GitHub issue

My workflow is:

  winmvsc:
    name: MSVC
    runs-on: windows-latest
    steps:
      - name: Checkout code
        uses: actions/checkout@v2
        with:
          submodules: 'recursive'

      - name: Install Qt
        uses: jurplel/install-qt-action@v3

It fails in the following way at this action’s step (https://github.com/ossia/score/runs/7599290150?check_suite_focus=true)

Run jurplel/install-qt-action@v3
Run actions/setup-python@v4
  with:
    python-version: 3.6.x - 3.11.x
    token: ***
    update-environment: true


Successfully set up CPython (3.10.5)
Error: Can't find 'action.yml', 'action.yaml' or 'Dockerfile' under 'D:\a\score\score\action'. Did you forget to run actions/checkout before running your local action?

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:12 (4 by maintainers)

github_iconTop GitHub Comments

6reactions
jurplelcommented, Aug 1, 2022

I never considered v3 released and i didn’t know it was in use to this extent. I will fix this asap.

On Mon, Aug 1, 2022 at 00:49 Oliver Stöneberg @.***> wrote:

This broke yesterday: https://github.com/danmar/cppcheck/runs/7598647802. It was still working fine the day before: https://github.com/danmar/cppcheck/runs/7592054209.

We have aqtversion fixated to ==2.0.6 since we are also using Qt 6 but removing that seems to have no effect.

It also seems that the configuration for caching it was changed within the same version:

Warning: Unexpected input(s) ‘cached’, valid inputs are [‘dir’, ‘version’, ‘host’, ‘target’, ‘arch’, ‘install-deps’, ‘modules’, ‘archives’, ‘cache’, ‘cache-key-prefix’, ‘setup-python’, ‘tools’, ‘set-env’, ‘tools-only’, ‘aqtversion’, ‘py7zrversion’, ‘extra’]

This is super bad since it will break existing usage and should have required a version bump to v4 since it is essentially an API change.

— Reply to this email directly, view it on GitHub https://github.com/jurplel/install-qt-action/issues/153#issuecomment-1200841368, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACRYMFVPHNCVSHCLQQGT7EDVW56RDANCNFSM55FC2LAQ . You are receiving this because you were mentioned.Message ID: @.***>

1reaction
tooommcommented, Aug 22, 2022

thanks! just tested and I’m getting a failure a bit further in the action step: ossia/score/runs/7914486202?check_suite_focus=true if you have any idea ?

Here’s my workflow : https://github.com/ossia/score/blob/master/.github/workflows/win-builds.yaml#L109

@jcelerier Try using 6.3.* with a globe for the version and you should be good to go. Only defining MAYOR.MINOR for the version does not work as reported in https://github.com/jurplel/install-qt-action/issues/98#issuecomment-1209070596.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Windows 10 error - PC cannot perform any actions other than ...
Open the Task manager. Here's a tip: Press CTRL+Shift+ESC. · Click File > Run New Task. · Make sure you have a check...
Read more >
Windows Defender Start Actions not working
If Windows Defender Start Actions button is not working on Windows 11/10, here are working suggestions that are sure to fix the issue...
Read more >
Windows Defender Start Actions Not Working - [FIXED]
This Tutorial Helps to Windows Defender Start Actions Not Working - [FIXED]00:00 Intro00:09 Method 1 ... Your browser can't play this video.
Read more >
How to troubleshoot the Microsoft Store app - YouTube
Key moments. View all · Select Apps · Select Apps · Select Apps · None of those work ? Reinstall Microsoft Store ·...
Read more >
Windows 10 known issues and solutions. - Mirillis forum
I can't run Action. What should I do? At first please make sure that your Windows 10 has been correctly installed. Try running...
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