From e90fe082c7c4726769b32c911880a569747c8ce4 Mon Sep 17 00:00:00 2001 From: Nick <53413353+nickpalladino@users.noreply.github.com> Date: Mon, 23 Sep 2024 23:27:23 -0400 Subject: [PATCH] Build file cache dependency issue --- .github/workflows/build.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 43a0586..8975199 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,12 +23,14 @@ jobs: restore-keys: | msp430-gcc + - name: Install Dependencies + run: | + sudo apt-get update + sudo apt-get install -y p7zip-full srecord - name: Install MSP430-GCC if: steps.cache-msp430.outputs.cache-hit != 'true' run: | - sudo apt-get update - sudo apt-get install -y p7zip-full srecord # Download the .7z archive wget https://dr-download.ti.com/software-development/ide-configuration-compiler-or-debugger/MD-LlCjWuAbzH/9.3.1.2/msp430-gcc-full-linux-x64-installer-9.3.1.2.7z # Extract the installer