From a2edf201239c416d1bcb5b581749bc74f8795bef Mon Sep 17 00:00:00 2001 From: Thorrester Date: Fri, 2 Aug 2024 10:32:17 -0400 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3e119c8..205681c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -94,7 +94,7 @@ jobs: run: apk add --no-cache git clang lld musl-dev nodejs npm openssl-dev pkgconfig g++ librdkafka make cmake - name: Install python - run: apk add --update --no-cache python3~3.11 && ln -sf python3 /usr/bin/python + run: apk add --update --no-cache python3=3.11.9 && ln -sf python3 /usr/bin/python - name: Checkout repository uses: actions/checkout@v4