Skip to content

Commit 9a28926

Browse files
committed
revert to full wine installation
1 parent ebadba0 commit 9a28926

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/qa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
run: |
7474
sudo dpkg --add-architecture i386
7575
sudo apt-get update
76-
sudo apt-get install wine32:i386 --no-install-recommends --no-install-suggests -y
76+
sudo apt-get install wine -y
7777
7878
- name: Установка платформы 1С
7979
uses: 1CDevFlow/onec-setup-action@main

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
run: |
8383
sudo dpkg --add-architecture i386
8484
sudo apt-get update
85-
sudo apt-get install wine32:i386 --no-install-recommends --no-install-suggests -y
85+
sudo apt-get install wine -y
8686
8787
- name: Установка платформы 1С
8888
uses: 1CDevFlow/onec-setup-action@main

0 commit comments

Comments
 (0)