1
0
mirror of https://github.com/cc65/cc65.git synced 2024-05-29 08:41:31 +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
parent 2feadf865c
commit 33cf8608b7
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