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 91cbd2c commit 7acda34Copy full SHA for 7acda34
.github/workflows/conda_build.yaml
@@ -145,7 +145,7 @@ jobs:
145
146
- name: Build library
147
run: |
148
- conda build conda --output-folder conda_package
+ conda build conda --output-folder conda_package --variant-config-files conda/variants/macos.yaml
149
150
- name: Upload artifact
151
uses: actions/upload-artifact@v4
conda/variants/macos.yaml
@@ -0,0 +1,5 @@
1
+c_compiler:
2
+ - gcc
3
+
4
+cxx_compiler:
5
+ - g++
0 commit comments