Skip to content

Commit

Permalink
Merge pull request #193 from BlindspotSoftware/feat/updateContainer
Browse files Browse the repository at this point in the history
fix: update .github action dep
  • Loading branch information
walterchris authored Oct 16, 2024
2 parents 1aa9de7 + 4b643da commit d82b98d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/buildx86/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -59,4 +59,4 @@ runs:

- name: Build coreboot
shell: bash
run: make -j$(nproc)
run: make -j$(nproc)

0 comments on commit d82b98d

Please sign in to comment.