Add mtools (#3082)

This commit is contained in:
David Holdeman 2021-07-30 17:46:52 -05:00 committed by GitHub
parent 087ed0c3a2
commit 2636844313
1 changed files with 1 additions and 1 deletions

View File

@ -281,7 +281,7 @@ jobs:
- name: Install multilib, mingw, and ncftp
run: |
sudo apt-get update
sudo apt-get install gcc-multilib g++-multilib g++-mingw-w64 gcc-mingw-w64 ncftp
sudo apt-get install gcc-multilib g++-multilib g++-mingw-w64 gcc-mingw-w64 ncftp mtools
# Make sure the compiler we just downloaded works - just print out the version
- name: Test Compiler