From 4b643dae35265d7c3c58734f83e0683953be75c9 Mon Sep 17 00:00:00 2001 From: Christian Walter Date: Wed, 16 Oct 2024 17:01:14 +0200 Subject: [PATCH] fix: update .github action dep Signed-off-by: Christian Walter --- .github/actions/buildx86/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/buildx86/action.yml b/.github/actions/buildx86/action.yml index cf7d1a5dd43..bd419c1c61e 100644 --- a/.github/actions/buildx86/action.yml +++ b/.github/actions/buildx86/action.yml @@ -27,7 +27,7 @@ runs: key: X86-crossgcc - name: Install Tools shell: bash - run: sudo apt-get install -y bison build-essential curl flex git gnat libncurses5-dev m4 zlib1g-dev libelf-dev nasm + run: sudo apt-get install -y bison build-essential curl flex git gnat libncurses5-dev m4 zlib1g-dev libelf-dev nasm uuid-dev - name: Build Toolchain Action if: steps.cache-toolchain.outputs.cache-hit != 'true' uses: ./.github/actions/buildx86-toolchain @@ -59,4 +59,4 @@ runs: - name: Build coreboot shell: bash - run: make -j$(nproc) \ No newline at end of file + run: make -j$(nproc)