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