1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-07 23:29:39 +00:00

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:
Greg King 2021-12-12 12:35:27 -05:00 committed by mrdudz
parent 67fc9a4d36
commit 32253a4e51
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,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

View File

@ -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