We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61e9abe commit 8fbf50dCopy full SHA for 8fbf50d
2 files changed
.github/workflows/testing.yml
@@ -95,6 +95,11 @@ jobs:
95
ONEC_USERNAME: ${{ secrets.ONEC_USERNAME }}
96
ONEC_PASSWORD: ${{ secrets.ONEC_PASSWORD }}
97
98
+ - name: Удаление libstdc++.so из 8.3.21 (Linux)
99
+ if: startsWith(matrix.os, 'ubuntu') && startsWith(matrix.v8_version, '8.3.21')
100
+ run: |
101
+ sudo find /opt/1cv8/ -name "libstdc++.so*" -delete
102
+
103
- name: Установка Java 11
104
if: startsWith(matrix.edt_version, '2023')
105
uses: actions/setup-java@v4
packagedef
@@ -44,6 +44,7 @@
44
.ВключитьФайл("docs")
45
.ВключитьФайл("oscript_modules")
46
.ЗависитОт("strings", "0.4.1")
47
+ .ЗависитОт("1commands", "1.5.0")
48
.РазработкаЗависитОт("1testrunner", "1.9.2")
49
.РазработкаЗависитОт("1bdd", "1.15.1")
50
.РазработкаЗависитОт("notify", "0.2.0")
0 commit comments