File tree Expand file tree Collapse file tree 1 file changed +1
-20
lines changed Expand file tree Collapse file tree 1 file changed +1
-20
lines changed Original file line number Diff line number Diff line change 19
19
oscript_version : ['stable']
20
20
v8_version : ['8.3.23.1997']
21
21
locale : ['ru_RU']
22
- steps :
23
- - name : Set Russian locale
24
- if : matrix.os == 'windows-latest'
25
- run : |
26
- powershell -Command "Set-WinUILanguageOverride -Language ru-RU"
27
- powershell -Command "Set-WinUserLanguageList ru-RU -Force"
28
- powershell -Command "Set-Culture ru-RU"
29
- powershell -Command "Set-WinSystemLocale ru-RU"
30
-
31
- - name : Verify locale settings
32
- if : matrix.os == 'windows-latest'
33
- run : |
34
- powershell -Command "Get-WinUILanguageOverride"
35
- powershell -Command "Get-WinUserLanguageList"
36
- powershell -Command "Get-Culture"
37
- powershell -Command "Get-WinSystemLocale"
38
-
22
+ steps :
39
23
- name : Актуализация
40
24
uses : actions/checkout@v4
41
25
with :
97
81
98
82
# Запись лицензии в файл
99
83
echo "${{ secrets.ONEC_LICENCE }}" | sudo tee /var/1C/licenses/licence.lic > /dev/null
100
-
101
- # Назначение группы владельца каталога
102
- sudo chown root:grp1cv8 /var/1C/licenses/licence.lic
103
84
104
85
# Назначение прав
105
86
sudo chmod 777 -R /var/1C/licenses
You can’t perform that action at this time.
0 commit comments