From b8e17324b5a4735825c5200d1dfbc27b25b4fa44 Mon Sep 17 00:00:00 2001 From: Anton Date: Sat, 30 Sep 2023 20:50:01 +0300 Subject: [PATCH] Revert "Cache test" This reverts commit f18d2c501cb83e25f70be69ddcd1013bef3b1268. --- .github/workflows/build.yml | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2dc8328..37e4828 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,22 +5,8 @@ jobs: Build-NUT-ARM64: runs-on: ubuntu-22.04 steps: - - name: Install build dependencies - uses: awalsh128/cache-apt-pkgs-action@latest - with: - packages: build-essential asciidoc debhelper dh-python docbook-xml libavahi-client-dev libavahi-core-dev libfreeipmi-dev libgd-dev libi2c-dev libipmimonitoring-dev libmodbus-dev libneon27-dev libnss3-dev libpowerman0-dev libsnmp-dev libusb-1.0-0-dev libwrap0-dev libxml2-utils xsltproc asciidoc-dblatex dblatex docbook-xsl - version: 1.0 - - - name: Restore cached repo - uses: actions/cache/restore@v3 - with: - path: repo/ - key: ${{ runner.arch }}-build - + - run: apt-get update + - run: apt-get install -yqq build-essential asciidoc debhelper dh-python docbook-xml libavahi-client-dev libavahi-core-dev libfreeipmi-dev libgd-dev libi2c-dev libipmimonitoring-dev libmodbus-dev libneon27-dev libnss3-dev libpowerman0-dev libsnmp-dev libusb-1.0-0-dev libwrap0-dev libxml2-utils xsltproc asciidoc-dblatex dblatex docbook-xsl - name: Check out repository code uses: actions/checkout@v4 - with: - path: repo/ - - - name: Build the DEB packages - run: dpkg-buildpackage -b -us -uc + - run: dpkg-buildpackage -b -us -uc \ No newline at end of file