Skip to content

Commit

Permalink
trying with github_env again
Browse files Browse the repository at this point in the history
  • Loading branch information
jarathomas committed May 10, 2024
1 parent dda13fd commit 1cba7a1
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,13 @@ jobs:
New-Item -Path "C:\Program Files\" -Name "boost" -ItemType "directory"
Invoke-WebRequest -Uri https://boostorg.jfrog.io/artifactory/main/release/1.82.0/source/boost_1_82_0.zip -OutFile "C:\Program Files\boost\boost_1_82_0.zip"
7z x -o"C:\Program Files\boost\" "C:\Program Files\boost\boost_1_82_0.zip"
- name: Set mac compiler
if: runner.os == 'macOS'
env:
CC: clang
CXX: clang++
- name: Install dependencies for Mac
if: runner.os == 'macOS'
run: |
brew update
brew install boost
echo "CC=clang" >> "$GITHUB_ENV"
echo "CXX=clang++" >> "$GITHUB_ENV"
- name: Build wheels
uses: pypa/[email protected]
env:
Expand Down

0 comments on commit 1cba7a1

Please sign in to comment.