Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark2000 committed Sep 23, 2024
1 parent 75db210 commit dc81010
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,8 @@ jobs:
run: strings /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | grep GLIBCXX
- name: try some symlinks
run: sudo ln -sf /usr/lib/gcc/x86_64-linux-gnu/10/libstdc++.so.6 /usr/lib/libstdc++.so.6 && export LD_LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/10:$LD_LIBRARY_PATH
- name: check protoc
run: ldd /root/.conan/data/protobuf/3.17.1/_/_/package/53f76f058631e1c3a500008c75af3f37d7786131/bin/protoc
- name: "Install python packages"
run: sudo apt-get install python3-setuptools python3-tk
- name: Build wheels
Expand Down

0 comments on commit dc81010

Please sign in to comment.