From cc3280a76bf72ef42356ad7adeda7fd4ee6609cc Mon Sep 17 00:00:00 2001 From: Greg Albrecht Date: Mon, 24 Jun 2024 15:28:42 -0700 Subject: [PATCH] Updating apt cache before build --- .github/workflows/debian.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/debian.yml b/.github/workflows/debian.yml index 99acd7e..c3c6ffc 100644 --- a/.github/workflows/debian.yml +++ b/.github/workflows/debian.yml @@ -15,6 +15,10 @@ jobs: steps: - uses: actions/checkout@master + + - name: Update apt cache + run: sudo apt update -qq + - name: Install Debian Package Building Dependencies run: sudo apt-get install \ build-essential \