Skip to content

Commit

Permalink
Added mtools dep during CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aweeraman committed Sep 22, 2020
1 parent bb41785 commit a5bf2ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit a5bf2ad

Please sign in to comment.