Cache test
Some checks failed
GitHub Actions Demo / Build-NUT-ARM64 (push) Has been cancelled

This commit is contained in:
Anton 2023-09-30 20:17:44 +03:00
parent f18d2c501c
commit a58ac83c9f

View File

@ -5,6 +5,9 @@ jobs:
Build-NUT-ARM64:
runs-on: ubuntu-22.04
steps:
- name: Update APT cache
run: apt update
- name: Install build dependencies
uses: awalsh128/cache-apt-pkgs-action@latest
with: