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 62172b7 commit ca45818Copy full SHA for ca45818
.github/workflows/build-all.yaml
@@ -80,6 +80,10 @@ jobs:
80
with:
81
python-version: '3.10'
82
83
+ - name: install autotools
84
+ run: |
85
+ brew install autotools
86
+
87
- uses: actions/checkout@v4
88
89
- uses: actions/download-artifact@v4
@@ -122,6 +126,10 @@ jobs:
122
126
123
127
124
128
129
130
131
132
125
133
134
135
0 commit comments