Can't seem to make action work on windows
See original GitHub issueMy 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:
- Created a year ago
- Comments:12 (4 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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:
@jcelerier Try using
6.3.*
with a globe for the version and you should be good to go. Only definingMAYOR.MINOR
for the version does not work as reported in https://github.com/jurplel/install-qt-action/issues/98#issuecomment-1209070596.