From 2fff27605ea938fa30af8e46fdb2591eb14bfeae Mon Sep 17 00:00:00 2001 From: sprockets Date: Tue, 17 Mar 2020 20:18:43 +0530 Subject: [PATCH] Testing.yaml: install gcc libraries --- .github/workflows/testing.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/testing.yaml b/.github/workflows/testing.yaml index 479b801..2d833d0 100644 --- a/.github/workflows/testing.yaml +++ b/.github/workflows/testing.yaml @@ -35,6 +35,9 @@ jobs: - name: Checkout repository uses: actions/checkout@v1 + - name: Install GCC Libraries and Headers + run: apk add gcc linux-headers make musl-dev python3-dev + - name: Install testing dependencies run: pip3 install -r requires/testing.txt