Skip to content

Commit b6d52a7

Browse files
authored
Update build-qt6-release.yml
1 parent eb229ef commit b6d52a7

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/build-qt6-release.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,7 @@ jobs:
6363
git clone https://github.com/mxe/mxe.git
6464
cd mxe
6565
# 必要であれば特定のコミットやブランチに固定可能
66-
git checkout ffc214fd
67-
68-
- name: Enable Qt6 packages (experimental)
69-
run: |
70-
cd mxe
71-
echo 'MXE_PLUGIN_DIRS += plugins/apps/qt6' >> settings.mk
66+
git checkout 4cedcf05
7267
7368
- name: Build MXE with Qt6
7469
run: |

0 commit comments

Comments
 (0)