mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
ci: update linux image runners from ubuntu-20.04
to ubuntu-24.04
(#23706)
This commit is contained in:
parent
7b97709449
commit
55f482bb63
46 changed files with 445 additions and 195 deletions
|
@ -60,10 +60,10 @@ fn install_dependencies_for_examples_and_tools_tcc() {
|
|||
exec('v retry -- sudo apt install --quiet -y libssl-dev sqlite3 libsqlite3-dev valgrind')
|
||||
exec('v retry -- sudo apt install --quiet -y libfreetype6-dev libxi-dev libxcursor-dev libgl-dev libxrandr-dev libasound2-dev')
|
||||
// The following is needed for examples/wkhtmltopdf.v
|
||||
exec('v retry -- wget https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6-1/wkhtmltox_0.12.6-1.focal_amd64.deb')
|
||||
exec('v retry -- wget https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6.1-2/wkhtmltox_0.12.6.1-2.jammy_amd64.deb')
|
||||
exec('v retry -- sudo apt install --quiet -y xfonts-75dpi xfonts-base')
|
||||
exec('v retry -- sudo apt install --quiet -y expect')
|
||||
exec('v retry -- sudo dpkg -i wkhtmltox_0.12.6-1.focal_amd64.deb')
|
||||
exec('v retry -- sudo dpkg -i wkhtmltox_0.12.6.1-2.jammy_amd64.deb')
|
||||
}
|
||||
|
||||
fn test_v_to_c_tcc() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue