File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7272 if : startsWith(matrix.os, 'ubuntu')
7373 run : |
7474 sudo dpkg --add-architecture i386
75- sudo apt update
76- sudo apt install wine --no-install-recommends --no-install-suggests -y
75+ sudo apt-get update
76+ sudo apt-get install wine32:i386 --no-install-recommends --no-install-suggests -y
7777
7878 - name : Установка платформы 1С
7979 uses : 1CDevFlow/onec-setup-action@main
Original file line number Diff line number Diff line change 8181 if : startsWith(matrix.os, 'ubuntu')
8282 run : |
8383 sudo dpkg --add-architecture i386
84- sudo apt update
85- sudo apt install wine --no-install-recommends --no-install-suggests -y
84+ sudo apt-get update
85+ sudo apt-get install wine32:i386 --no-install-recommends --no-install-suggests -y
8686
8787 - name : Установка платформы 1С
8888 uses : 1CDevFlow/onec-setup-action@main
You can’t perform that action at this time.
0 commit comments