Skip to content

Commit dab1384

Browse files
committed
update
1 parent c6ed42f commit dab1384

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/linux-qt5.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,17 @@ jobs:
2929

3030
- name: (3) list files
3131
run: |
32-
dir ${{ env.SOURCE_DIR }}
32+
ls ${{ env.SOURCE_DIR }}
3333
34-
- name: (5) Make qhexedit.exe
34+
- name: (4) Make qhexedit.exe
3535
working-directory: ${{ runner.temp }}
3636
run: |
3737
mkdir qhexedit
3838
cd qhexedit
3939
qmake ${{ env.SOURCE_DIR }}/example/qhexedit.pro
4040
make -j12
4141
42-
- name: (8) Make Python Wheel
42+
- name: (5) Make Python Wheel
4343
working-directory: ${{ runner.temp }}
4444
run: |
4545
sudo apt install python3-build -y
@@ -52,7 +52,7 @@ jobs:
5252
cp ${{ env.SOURCE_DIR }}/python/pyqt5-pyproject.toml pyproject.toml
5353
cp ${{ env.SOURCE_DIR }}/python/QHexEdit.sip .
5454
55-
python -m build --verbose
55+
python3 -m build --verbose
5656
5757
- name: (9) Save Python Wheel
5858
uses: actions/upload-artifact@master

0 commit comments

Comments
 (0)