Skip to content

Commit f9b623a

Browse files
committed
use clang on all unix systems
1 parent 3662f30 commit f9b623a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/conda_build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
5252
- name: Build library
5353
run: |
54-
conda build conda --output-folder conda_package --variant-config-files conda/variants/macOS.yaml
54+
conda build conda --output-folder conda_package --variant-config-files conda/variants/unix.yaml
5555
5656
- name: Upload artifact
5757
uses: actions/upload-artifact@v4
@@ -145,7 +145,7 @@ jobs:
145145
146146
- name: Build library
147147
run: |
148-
conda build conda --output-folder conda_package --variant-config-files conda/variants/macOS.yaml
148+
conda build conda --output-folder conda_package --variant-config-files conda/variants/unix.yaml
149149
150150
- name: Upload artifact
151151
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)