We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent addddee commit ba2006aCopy full SHA for ba2006a
1 file changed
.github/workflows/make-example-on-windows.yml
@@ -20,7 +20,8 @@ jobs:
20
uses: actions/checkout@v4
21
- name: (1a) list files
22
run: |
23
- dir c:\windows
+ dir c:\windows\system32
24
+ dir c:\windows\system
25
26
- name: (2) Install Qt
27
uses: jurplel/install-qt-action@v2
0 commit comments