Skip to content

Commit bcd80ee

Browse files
fix
1 parent 2e28a99 commit bcd80ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
- name: Удаление libstdc++.so из 8.3.21 (Linux)
9999
if: startsWith(matrix.os, 'ubuntu') && startsWith(matrix.v8_version, '8.3.21')
100100
run: |
101-
sudo find /opt/1C -name "libstdc++.so*" -delete
101+
sudo find /opt/1cv8/ -name "libstdc++.so*" -delete
102102
103103
- name: Установка Java 11
104104
if: startsWith(matrix.edt_version, '2023')

0 commit comments

Comments
 (0)