@@ -21,24 +21,21 @@ jobs:
2121
2222 strategy :
2323 matrix :
24- os : [ubuntu-18.04, ubuntu- 20.04, ubuntu-latest]
24+ os : [ubuntu-20.04, ubuntu-latest]
2525
2626 # Steps represent a sequence of tasks that will be executed as part of the job
2727 steps :
2828 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
29- - uses : actions/checkout@v2
29+ - uses : actions/checkout@v3
3030 with :
3131 submodules : recursive
3232
3333 # Runs a single command using the runners shell
3434 - name : Install Deps
35- env :
36- ACCEPT_EULA : Y
3735 run : |
3836 sudo apt-get update
39- sudo env ACCEPT_EULA=Y apt-get upgrade
40- sudo apt-get install lcov swig xsltproc rpm-common lua5.3 libyaml-dev libapt-pkg-dev libdbus-1-dev libdbus-glib-1-dev libcurl4-openssl-dev libgcrypt-dev libselinux1-dev libgconf2-dev libacl1-dev libblkid-dev libcap-dev libxml2-dev libxslt1-dev libxml-parser-perl libxml-xpath-perl libperl-dev librpm-dev librtmp-dev libxmlsec1-dev libxmlsec1-openssl
41- sudo apt-get remove rpm
37+ sudo apt-get -y install lcov swig xsltproc rpm-common lua5.3 libyaml-dev libapt-pkg-dev libdbus-1-dev libdbus-glib-1-dev libcurl4-openssl-dev libgcrypt-dev libselinux1-dev libgconf2-dev libacl1-dev libblkid-dev libcap-dev libxml2-dev libxslt1-dev libxml-parser-perl libxml-xpath-perl libperl-dev librpm-dev librtmp-dev libxmlsec1-dev libxmlsec1-openssl
38+ sudo apt-get -y remove rpm
4239
4340 # Runs a set of commands using the runners shell
4441 - name : Build
6158 - name : Install Deps
6259 run : dnf install -y cmake git dbus-devel GConf2-devel libacl-devel libblkid-devel libcap-devel libcurl-devel libgcrypt-devel libselinux-devel libxml2-devel libxslt-devel libattr-devel make openldap-devel pcre-devel perl-XML-Parser perl-XML-XPath perl-devel python3-devel rpm-devel swig bzip2-devel gcc-c++ libyaml-devel xmlsec1-devel xmlsec1-openssl-devel hostname bzip2 lua rpm-build which strace
6360 - name : Checkout
64- uses : actions/checkout@v2
61+ uses : actions/checkout@v3
6562 with :
6663 submodules : recursive
6764 - name : Build
8279 # Steps represent a sequence of tasks that will be executed as part of the job
8380 steps :
8481 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
85- - uses : actions/checkout@v2
82+ - uses : actions/checkout@v3
8683
8784 # Runs a single command using the runners shell
8885 - name : Install Deps
0 commit comments