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 f954684 commit 471c2ecCopy full SHA for 471c2ec
.github/workflows/ci-pre-commit.yml
@@ -30,6 +30,10 @@ jobs:
30
- uses: actions/checkout@v4
31
- name: Install poetry
32
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}"
37
- uses: actions/setup-python@v2
38
with:
39
python-version: ${{ env.PYTHON_VERSION }}
0 commit comments