From 73b47b8c765284f7cc1586a46358e86eb56ae22a Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Fri, 21 May 2021 13:27:35 +0200 Subject: [PATCH] gnu/ci: install the dep into a separate task --- .github/workflows/GNU.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/GNU.yml b/.github/workflows/GNU.yml index a72cb0cfc..57730aee7 100644 --- a/.github/workflows/GNU.yml +++ b/.github/workflows/GNU.yml @@ -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/"