We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1162017 commit b991601Copy full SHA for b991601
.github/workflows/testing.yml
@@ -62,7 +62,7 @@ jobs:
62
run: |
63
sudo echo "deb http://cz.archive.ubuntu.com/ubuntu focal main universe" | sudo tee -a /etc/apt/sources.list
64
sudo apt-get update
65
- sudo DEBIAN_FRONTEND=noninteractive apt-get install -y libenchant1c2a
+ sudo DEBIAN_FRONTEND=noninteractive apt-get install -y libenchant1c2a libstdc++6
66
67
- name: Установка wine для Tool1CD (Linux)
68
if: startsWith(matrix.os, 'ubuntu')
0 commit comments