Skip to content

Commit

Permalink
bad macos env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
lobis committed Dec 10, 2023
1 parent 26b3a14 commit 1723557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
- name: Setup MacOS environment variables
if: matrix.os == 'macos-latest'
run: |
echo "CMAKE_ARGS=${{ matrix.platform_id == 'macosx_x86_64' && 'x86_64' || 'arm64' }}" >> $GITHUB_ENV
echo "CMAKE_ARGS=-DCMAKE_OSX_ARCHITECTURES=${{ matrix.platform_id == 'macosx_x86_64' && 'x86_64' || 'arm64' }}" >> $GITHUB_ENV
- name: Cache Xerces-C Installation
if: matrix.os != 'ubuntu-latest'
Expand Down

0 comments on commit 1723557

Please sign in to comment.