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 1919 oscript_version : ['stable']
2020 v8_version : ['8.3.23.1997']
2121 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 :
3923 - name : Актуализация
4024 uses : actions/checkout@v4
4125 with :
9781
9882 # Запись лицензии в файл
9983 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
10384
10485 # Назначение прав
10586 sudo chmod 777 -R /var/1C/licenses
You can’t perform that action at this time.
0 commit comments