We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de74f17 commit 13f682bCopy full SHA for 13f682b
.github/workflows/test_python-client.yml
@@ -67,7 +67,7 @@ jobs:
67
# build and install thrift-compiler 0.13.0 manually.
68
- name: Install thrift
69
run: |
70
- apt-get install python3-devel -y
+ apt-get install python3-dev -y
71
export THRIFT_VERSION=0.13.0
72
wget --progress=dot:giga https://github.com/apache/thrift/archive/refs/tags/v${THRIFT_VERSION}.tar.gz
73
tar -xzf v${THRIFT_VERSION}.tar.gz
0 commit comments