We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc9e962 commit ee17f43Copy full SHA for ee17f43
1 file changed
.github/workflows/make-example-on-windows.yml
@@ -19,11 +19,7 @@ jobs:
19
- name: (1) Checkout repo
20
uses: actions/checkout@v4
21
22
- - name: (2) Get all tags for correct version determination
23
- working-directory: ${{ github.workspace }}
24
- run: |
25
- git fetch --all --tags -f
26
- - name: (3) Install Qt
+ - name: (2) Install Qt
27
uses: jurplel/install-qt-action@v2
28
with:
29
version: ${{ env.QT_VERSION }}
@@ -34,8 +30,9 @@ jobs:
34
30
setup-python: false
35
31
36
32
- name: (8) Build
37
- working-directory: ${{ runner.temp }}\build
33
+ working-directory: D:\a\qhexedit2\qhexedit2
38
run: |
+ cd build
39
qmake ..\qhexedit.pro
40
${{ runner.temp }}\jom\jom -j2
41
cd release
0 commit comments