From ff29157802b125e32b4e000ec9201873e9a657e0 Mon Sep 17 00:00:00 2001 From: Simon Walton Date: Tue, 3 Dec 2019 13:56:51 -0800 Subject: [PATCH] Install package python3-setuptools-scm --- .github/workflows/cmake.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index d57d49cd05..a70e21a407 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -127,14 +127,14 @@ jobs: with: submodules: true fetch-depth: 1 + - name: Install apt packages (Linux) + if: matrix.os == 'ubuntu-latest' + run: sudo apt install -y python3-setuptools-scm mesa-common-dev libegl1 libglvnd-dev libdouble-conversion1 libpulse0 - name: Install python modules run: $PYTHON_EXEC -m pip install boto3 PyGithub - name: Create Build Environment run: cmake -E make_directory ${{runner.workspace}}/build - - name: Install apt packages (Linux) - if: matrix.os == 'ubuntu-latest' - run: sudo apt install -y mesa-common-dev libegl1 libglvnd-dev libdouble-conversion1 libpulse0 - name: Configure CMake working-directory: ${{runner.workspace}}/build run: |