Skip to content

Commit

Permalink
Update build_lib.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani authored Dec 20, 2023
1 parent d25fd3d commit a7752f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ jobs:
sudo ln -s /usr/bin/clang++-17 /usr/bin/clang++
which clang++
clang++ --version
- name: Override Build Script
run: |
wget https://raw.githubusercontent.com/metrico/libchdb/main/local_build.sh -O ./chdb/build.sh
- name: Patch
if: matrix.os == 'ubuntu-20.04'
run: |
Expand All @@ -92,9 +95,6 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: "${{ matrix.python-version }}"
- name: Override Build Script
run: |
wget https://raw.githubusercontent.com/metrico/libchdb/main/local_build.sh -O ./chdb/build.sh
- name: Run chdb/build.sh
run: |
python3 -m pip install pybind11
Expand Down

0 comments on commit a7752f8

Please sign in to comment.