would separating installs make error more obvious?

This commit is contained in:
rusefillc 2021-03-13 07:29:41 -05:00
parent 5a003f8638
commit e59d2c3299
1 changed files with 5 additions and 2 deletions

View File

@ -101,7 +101,9 @@ jobs:
- name: Install multilib, mingw, ncftp and mtools
run: |
sudo apt-get update
sudo apt-get install gcc-multilib g++-multilib g++-mingw-w64 gcc-mingw-w64 ncftp mtools
sudo apt-get install gcc-multilib g++-multilib g++-mingw-w64 gcc-mingw-w64
sudo apt-get install ncftp
sudo apt-get install mtools
- name: Generate Configs
if: ${{ matrix.skip-config != 'yes' }}
@ -251,7 +253,8 @@ 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
sudo apt-get install ncftp
# Make sure the compiler we just downloaded works - just print out the version
- name: Test Compiler