From 90e2b9f05e73527dfa2b2df0b1da30512827b8a8 Mon Sep 17 00:00:00 2001 From: embeddedt <42941056+embeddedt@users.noreply.github.com> Date: Mon, 24 Jan 2022 10:01:00 -0500 Subject: [PATCH] ci inline apt-get commands --- .github/workflows/ccpp.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 1e315a3bb..089f45b8f 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -75,7 +75,8 @@ jobs: # publicly in your project's package repository, so it is vital that # no secrets are present in the container state or logs. install: | - ./scripts/install-prerequisites.sh + apt-get update -y + apt-get install -y gcc python3 libpng-dev ruby-full gcovr cmake # Produce a binary artifact and place it in the mounted volume run: |