File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 52
52
libreadline-dev libsqlite3-dev wget curl llvm \
53
53
libncurses5-dev libncursesw5-dev xz-utils tk-dev \
54
54
libffi-dev liblzma-dev python3-openssl git
55
+ gcc --version
56
+ clang --version
57
+
58
+ - if : endsWith(matrix.os, '20.04')
59
+ name : Install ubuntu-20.04 specific dependencies
60
+ run : |
61
+ sudo apt-get install -y software-properties-common
62
+ sudo add-apt-repository ppa:ubuntu-toolchain-r/test
63
+ sudo apt-get update
64
+ sudo apt-get install -y libtinfo5
65
+ sudo apt install gcc-14 g++-14
66
+ gcc --version
67
+
68
+ - if : endsWith(matrix.os, '22.04')
69
+ name : Install ubuntu-22.04 specific dependencies
70
+ run : |
71
+ sudo apt-get install -y software-properties-common
72
+ sudo add-apt-repository ppa:ubuntu-toolchain-r/test
73
+ sudo apt-get update
74
+ sudo apt-get install -y libtinfo5
75
+ sudo apt install gcc-14 g++-14
76
+ gcc --version
55
77
56
78
- if : endsWith(matrix.os, '24.04')
57
79
name : Install ubuntu-24.04 specific dependencies
61
83
sudo add-apt-repository "deb http://mirrors.kernel.org/ubuntu/ jammy multiverse"
62
84
sudo apt-get update
63
85
sudo apt-get install -y libtinfo5
86
+ gcc --version
64
87
65
88
- if : startsWith(matrix.os, 'windows')
66
89
name : Install Python dependencies
You can’t perform that action at this time.
0 commit comments