From: Jason Ish Date: Fri, 18 Nov 2022 20:52:43 +0000 (-0600) Subject: github-ci/centos:7: cache yum RPMs X-Git-Tag: suricata-7.0.0-rc1~343 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F8198%2Fhead;p=thirdparty%2Fsuricata.git github-ci/centos:7: cache yum RPMs --- diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 19013b1b7d..177a900db2 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -395,6 +395,13 @@ jobs: path: ~/.cargo key: ${{ github.job }}-cargo + - name: Cache RPMs + uses: actions/cache@v3 + with: + path: /var/cache/yum + key: ${{ github.job }}-yum + - run: echo "keepcache=1" >> /etc/yum.conf + - name: Install system dependencies run: | yum -y install epel-release