Skip to content

Commit

Permalink
trying without --release on x86_64
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Schoeninger committed Jun 8, 2023
1 parent 861c453 commit 5b09e4d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/CI.yml
Expand Up @@ -95,17 +95,17 @@ jobs:
toolchain: stable
profile: minimal
default: true
- name: Install CLang
uses: KyleMayes/install-llvm-action@v1
with:
version: "10.0"
directory: ${{ runner.temp }}/llvm
# - name: Install CLang
# uses: KyleMayes/install-llvm-action@v1
# with:
# version: "10.0"
# directory: ${{ runner.temp }}/llvm
- name: Install dependencies
run: pip install maturin pygithub
- name: Build package macOS
env:
CPLUS_INCLUDE_PATH: ${{ runner.temp }}/llvm/include/c++/v1/
run: cd oxen && maturin build --release --out dist --find-interpreter
# env:
# CPLUS_INCLUDE_PATH: ${{ runner.temp }}/llvm/include/c++/v1/
run: cd oxen && maturin build --out dist --find-interpreter
# - name: Build wheels
# uses: PyO3/maturin-action@v1
# with:
Expand Down

0 comments on commit 5b09e4d

Please sign in to comment.