Skip to content

Commit 6ed97ea

Browse files
committed
debug pipeline
1 parent 5565e27 commit 6ed97ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,14 +144,15 @@ jobs:
144144
name: ${{ steps.build_step.outputs.release_name }}
145145

146146
test_qml:
147-
runs-on: windows-latest
147+
runs-on: ubuntu-latest
148148
name: Test Qml
149149
steps:
150150
- name: Checkout Repository
151151
uses: actions/checkout@v4
152152
- name: Install Qt 6.8.*
153153
uses: jurplel/install-qt-action@v4
154154
with:
155+
arch: linux_gcc_64
155156
version: 6.8.*
156157
- name: Install just
157158
uses: taiki-e/install-action@just

0 commit comments

Comments
 (0)