From 4cadd6c9e8f9db96dedccc2b2d26e8e798f19188 Mon Sep 17 00:00:00 2001 From: Bryon Lewis <61746913+BryonLewis@users.noreply.github.com> Date: Fri, 17 Jan 2025 14:07:40 -0500 Subject: [PATCH] add disutils to build (#1467) --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0ecd32b54..872af5960 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,6 +22,7 @@ jobs: # "ref" specifies the branch to check out. # "github.event.release.target_commitish" is a global variable and specifies the branch the release targeted ref: ${{ github.event.release.target_commitish }} + - run: sudo apt-get install python3-distutils - name: Use Node 16 uses: actions/setup-node@v3 with: