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 faf46a7 commit 3ac68bbCopy full SHA for 3ac68bb
.github/workflows/Linux/install-deps.sh
@@ -3,6 +3,6 @@
3
set -x
4
5
sudo apt-get update
6
-sudo apt-get install openssl gcc-multilib python3-venv doxygen graphviz libncurses6
+sudo apt-get install openssl gcc-multilib python3-venv doxygen graphviz libncurses5
7
8
doxygen --version
.github/workflows/retdec-ci.yml
@@ -23,7 +23,7 @@ jobs:
23
strategy:
24
matrix:
25
sys:
26
- - { os: ubuntu-latest, shell: bash }
+ - { os: ubuntu-22.04, shell: bash }
27
- { os: windows-2019, shell: 'msys2 {0}' }
28
- { os: macos-11, shell: bash }
29
type: [Release, Debug]
0 commit comments