Removed unneeded package names.
sshpass isn't needed because the Windows packages are put on Github. linuxdoc-tools is a dependency of linuxdoc-tools-info. The binutils package is a dependency of the gcc package.
This commit is contained in:
@@ -44,7 +44,7 @@ jobs:
|
||||
shell: bash
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install linuxdoc-tools linuxdoc-tools-info binutils-mingw-w64-i686 gcc-mingw-w64-i686 sshpass
|
||||
sudo apt-get install linuxdoc-tools-info gcc-mingw-w64-i686
|
||||
|
||||
- name: Build the tools.
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user