Skip to content

Commit

Permalink
set corect linkers
Browse files Browse the repository at this point in the history
  • Loading branch information
JssDWt committed Jan 26, 2024
1 parent 483e893 commit e09069e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,11 +142,11 @@ jobs:
version: "23.4"
repo-token: ${{ secrets.GITHUB_TOKEN }}

# - name: Silicon env variables
# if: ${{ matrix.os == 'macos-13-arm64' }}
# run: |
# echo "CPATH=/opt/homebrew/include" >> $GITHUB_ENV
# echo "LIBRARY_PATH=/opt/homebrew/lib" >> $GITHUB_ENV
- name: Silicon env variables
if: ${{ matrix.os == 'macos-13-xlarge' }}
run: |
echo "CPATH=/opt/homebrew/include" >> $GITHUB_ENV
echo "LIBRARY_PATH=/opt/homebrew/lib" >> $GITHUB_ENV
- name: Setup Python 3.11
uses: actions/setup-python@v4
Expand Down

0 comments on commit e09069e

Please sign in to comment.