Skip to content

Commit c3f3df2

Browse files
committed
Fix linuxbrew workflow
1 parent 9c11b8f commit c3f3df2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/linuxbrew.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ jobs:
66
strategy:
77
matrix:
88
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
912
steps:
1013
- uses: actions/checkout@v3
1114
- name: Install brew

0 commit comments

Comments
 (0)