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 9c11b8f commit c3f3df2Copy full SHA for c3f3df2
.github/workflows/linuxbrew.yml
@@ -6,6 +6,9 @@ jobs:
6
strategy:
7
matrix:
8
python: ["3.9", "3.10", "3.11", "3.12", "3.13"]
9
+ env:
10
+ # For some unknown reason, linuxbrew tries to use "gcc-11" by default, which doesn't exist.
11
+ CC: gcc
12
steps:
13
- uses: actions/checkout@v3
14
- name: Install brew
0 commit comments