From f1520da806e8d81d4398f7d13b6762e991a7455a Mon Sep 17 00:00:00 2001 From: ozankaraali Date: Sun, 19 May 2024 14:12:48 +0200 Subject: [PATCH] why distutils is missing in buildbot? --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b9a99b8..e7ab2d0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,6 +32,7 @@ jobs: export LD_LIBRARY_PATH=/usr/local/lib64:$LD_LIBRARY_PATH # Add any other dependencies that you need to install here + - run: pip install distutils - run: yarn - run: yarn make