From 2434d28aa0f618d98df682d740ed7d09803b0990 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1t=C3=A9=20Tokodi?= Date: Mon, 27 Nov 2023 16:23:19 +0100 Subject: [PATCH] WIP: maunally install add-apt-repository MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit JerryScript-DCO-1.0-Signed-off-by: Máté Tokodi mate.tokodi@szteszoftver.hu --- .github/workflows/gh-actions.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/gh-actions.yml b/.github/workflows/gh-actions.yml index 07cb8bbf09..646b98e472 100644 --- a/.github/workflows/gh-actions.yml +++ b/.github/workflows/gh-actions.yml @@ -279,6 +279,7 @@ jobs: container: ubuntu:18.04 steps: - uses: actions/checkout@v2 + - run: apt-get install software-properties-common - run: add-apt-repository ppa:team-gcc-arm-embedded/ppa - run: apt update - run: apt install gcc-arm-embedded python3-setuptools mercurial