mirror of
https://github.com/uutils/coreutils
synced 2024-11-16 17:58:06 +00:00
gnu/ci: install the dep into a separate task
This commit is contained in:
parent
df45b20dc1
commit
73b47b8c76
1 changed files with 4 additions and 1 deletions
5
.github/workflows/GNU.yml
vendored
5
.github/workflows/GNU.yml
vendored
|
@ -32,11 +32,14 @@ jobs:
|
|||
default: true
|
||||
profile: minimal # minimal component installation (ie, no documentation)
|
||||
components: rustfmt
|
||||
- name: Build binaries
|
||||
- name: Install deps
|
||||
shell: bash
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install autoconf autopoint bison texinfo gperf gcc g++ gdb python-pyinotify python3-sphinx jq
|
||||
- name: Build binaries
|
||||
shell: bash
|
||||
run: |
|
||||
pushd uutils
|
||||
make PROFILE=release
|
||||
BUILDDIR="$PWD/target/release/"
|
||||
|
|
Loading…
Reference in a new issue