1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 03:27:44 +00:00

GH action: be consistent in the install

This commit is contained in:
Sylvestre Ledru 2023-03-02 14:23:46 +01:00
parent b9bca794cc
commit 18870e3787

View file

@ -86,7 +86,7 @@ jobs:
run: | run: |
## Install dependencies ## Install dependencies
sudo apt-get update sudo apt-get update
sudo apt-get install autoconf autopoint bison texinfo gperf gcc g++ gdb python3-pyinotify jq valgrind libexpect-perl sudo apt-get install -y autoconf autopoint bison texinfo gperf gcc g++ gdb python3-pyinotify jq valgrind libexpect-perl
- name: Add various locales - name: Add various locales
shell: bash shell: bash
run: | run: |
@ -316,8 +316,8 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
## Install dependencies ## Install dependencies
sudo apt update sudo apt-get update
sudo apt install autoconf autopoint bison texinfo gperf gcc g++ gdb python3-pyinotify jq valgrind libexpect-perl -y sudo apt-get install -y autoconf autopoint bison texinfo gperf gcc g++ gdb python3-pyinotify jq valgrind libexpect-perl
- name: Add various locales - name: Add various locales
run: | run: |
## Add various locales ## Add various locales