Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thorrester committed Aug 2, 2024
1 parent ff99e98 commit a2edf20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a2edf20

Please sign in to comment.