Skip to content

Commit

Permalink
Update build_lib.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani committed Sep 8, 2023
1 parent 79442e2 commit f070c11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
if: matrix.os == 'ubuntu-20.04'
run: |
sudo sed -i "s/\${PYINIT_ENTRY}//g" ./chdb/build.sh
sudo sed -i "s/\# strip/strip/g" ./chdb/build.sh
sudo sed -i "s/\# strip \$/strip \$/g" ./chdb/build.sh
sudo sed -i "s/CHDB_PY_MODULE.*/CHDB_PY_MODULE=libchdb.so/g" ./chdb/vars.sh
sudo sed -i "s/CHDB_VERSION=.*/CHDB_VERSION=${{ github.event.inputs.TAG_NAME || github.event.release.tag_name }}/g" ./chdb/vars.sh
- name: Install python
Expand Down

0 comments on commit f070c11

Please sign in to comment.