Skip to content

Commit 471c2ec

Browse files
committed
chore: downgrade g++ to fix librocksdb-sys build in CI
1 parent f954684 commit 471c2ec

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci-pre-commit.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ jobs:
3030
- uses: actions/checkout@v4
3131
- name: Install poetry
3232
run: pipx install poetry
33+
- name: Install g++ 12
34+
run: |
35+
sudo apt-get install g++-12
36+
echo "CXX=/usr/bin/g++-12" >> "${GITHUB_ENV}"
3337
- uses: actions/setup-python@v2
3438
with:
3539
python-version: ${{ env.PYTHON_VERSION }}

0 commit comments

Comments
 (0)