Skip to content

Commit 3ac68bb

Browse files
committed
ci: Build still on unbuntu 22.04 because there's LLVM dependency on libtinfo5 which isn't available in 24.04 anymore
1 parent faf46a7 commit 3ac68bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/Linux/install-deps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
set -x
44

55
sudo apt-get update
6-
sudo apt-get install openssl gcc-multilib python3-venv doxygen graphviz libncurses6
6+
sudo apt-get install openssl gcc-multilib python3-venv doxygen graphviz libncurses5
77

88
doxygen --version

.github/workflows/retdec-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
matrix:
2525
sys:
26-
- { os: ubuntu-latest, shell: bash }
26+
- { os: ubuntu-22.04, shell: bash }
2727
- { os: windows-2019, shell: 'msys2 {0}' }
2828
- { os: macos-11, shell: bash }
2929
type: [Release, Debug]

0 commit comments

Comments
 (0)