Add jammy updates

This commit is contained in:
Andrea Cavalli 2023-05-12 02:18:00 +02:00
parent d88d6187ac
commit 8208938b7e
1 changed files with 8 additions and 0 deletions

View File

@ -125,6 +125,14 @@ jobs:
with:
packages: make git zlib1g-dev libssl-dev gperf php-cli cmake default-jdk clang-10 lld-10 libc++-10-dev libc++abi-10-dev libgcc-9-dev libunwind-dev libclang-common-10-dev ccache maven
version: 1.0
- name: add updates ppa
if: matrix.os == 'ubuntu-22.04'
uses: myci-actions/add-deb-repo@11
with:
# noinspection HttpUrlsUsage
repo: deb http://archive.ubuntu.com/ubuntu/ jammy-updates main restricted universe multiverse
repo-name: jammy-updates
update: true
- name: Install ubuntu 22.04 dependencies
if: matrix.os == 'ubuntu-22.04'
uses: awalsh128/cache-apt-pkgs-action@latest