We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f4065f commit 6a0e9f0Copy full SHA for 6a0e9f0
2 files changed
.github/workflows/qa.yml
@@ -70,7 +70,7 @@ jobs:
70
run: |
71
sudo dpkg --add-architecture i386
72
sudo apt update
73
- sudo apt install wine -y
+ sudo apt install wine --no-install-recommends --no-install-suggests -y
74
75
- name: Установка платформы 1С
76
uses: 1CDevFlow/onec-setup-action@main
.github/workflows/testing.yml
@@ -80,7 +80,7 @@ jobs:
80
81
82
83
84
85
86
0 commit comments