From a5bf2ad2559d490c3d809ca9a0f05b9c3b1eeb16 Mon Sep 17 00:00:00 2001 From: Anuradha Weeraman Date: Mon, 21 Sep 2020 21:22:33 -0400 Subject: [PATCH] Added mtools dep during CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b8949e0..fc3c687 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: run: make download-deps - name: Install build dependencies - run: sudo apt-get update && sudo apt-get install -y gcc-i686-linux-gnu binutils-i686-linux-gnu gcc-arm-none-eabi grub-common + run: sudo apt-get update && sudo apt-get install -y gcc-i686-linux-gnu binutils-i686-linux-gnu gcc-arm-none-eabi grub-common mtools - name: Update build config for CI run: |