mirror of
https://github.com/bia-technologies/yaxunit.git
synced 2025-10-06 22:06:59 +02:00
ci: fix system config encoding
This commit is contained in:
4
.github/workflows/step-run-tests.yml
vendored
4
.github/workflows/step-run-tests.yml
vendored
@@ -69,7 +69,7 @@ jobs:
|
||||
if: runner.os == 'Windows'
|
||||
run: |
|
||||
mkdir -p "C:\Program Files\1cv8\conf"
|
||||
"DisableUnsafeActionProtection=.*" | Out-File -FilePath "C:\Program Files\1cv8\conf\conf.cfg" -Encoding utf8 -Append
|
||||
"DisableUnsafeActionProtection=.*" | Out-File -FilePath "C:\Program Files\1cv8\conf\conf.cfg" -Encoding Unicode -Append
|
||||
|
||||
- name: Определение "короткой" локали
|
||||
id: short_locale
|
||||
@@ -216,4 +216,4 @@ jobs:
|
||||
} catch {
|
||||
Write-Host "Ошибка остановки процессов ibsrv: $_"
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user