Skip to content

Commit ee17f43

Browse files
committed
update
1 parent bc9e962 commit ee17f43

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/make-example-on-windows.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,7 @@ jobs:
1919
- name: (1) Checkout repo
2020
uses: actions/checkout@v4
2121

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
22+
- name: (2) Install Qt
2723
uses: jurplel/install-qt-action@v2
2824
with:
2925
version: ${{ env.QT_VERSION }}
@@ -34,8 +30,9 @@ jobs:
3430
setup-python: false
3531

3632
- name: (8) Build
37-
working-directory: ${{ runner.temp }}\build
33+
working-directory: D:\a\qhexedit2\qhexedit2
3834
run: |
35+
cd build
3936
qmake ..\qhexedit.pro
4037
${{ runner.temp }}\jom\jom -j2
4138
cd release

0 commit comments

Comments
 (0)