Skip to content

Commit bdd7503

Browse files
MinyazevRiakov
authored andcommitted
Use windows only on 64-bit
1 parent 7da5327 commit bdd7503

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/windows_build_with_installer.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -42,19 +42,12 @@ jobs:
4242
fail-fast: false
4343
matrix:
4444
include:
45-
- qt-version: '5.12'
46-
mingw-version: '7.3'
47-
mingw-short-version: '73'
48-
python-version: '3.11'
49-
mingw-bitness: '64'
50-
deploy-installer: true
51-
5245
- qt-version: '5.15'
5346
mingw-version: '8.1'
5447
mingw-bitness: '64'
5548
mingw-short-version: '81'
5649
python-version: '3.11'
57-
# deploy-installer: true
50+
deploy-installer: true
5851

5952

6053
defaults:
@@ -217,7 +210,7 @@ jobs:
217210
run: |
218211
install -m 600 -D /dev/null ~/.ssh/id_rsa
219212
echo "${{ secrets.DL_PRIVATE_SSH_KEY }}" > ~/.ssh/id_rsa
220-
rsync -v --rsh="ssh -o StrictHostKeyChecking=no" installer/trik-studio*installer*.exe ${{ secrets.DL_USERNAME }}@${{ secrets.DL_HOST }}:~/dl/ts/fresh/installer/trik-studio-${{ env.GITHUB_REF_SLUG }}-i686-installer.exe
213+
rsync -v --rsh="ssh -o StrictHostKeyChecking=no" installer/trik-studio*installer*.exe ${{ secrets.DL_USERNAME }}@${{ secrets.DL_HOST }}:~/dl/ts/fresh/installer/trik-studio-${{ env.GITHUB_REF_SLUG }}-x86_64-installer.exe
221214
222215
- name: Prepare for RDP connection
223216
if: false #comment this line to create RDP session

0 commit comments

Comments
 (0)