Skip to content

Commit

Permalink
cd: set env variables properly on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
eladyn committed Dec 30, 2024
1 parent a7dc27c commit 2a006db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ jobs:
run: |
brew install awk dbus pkg-config portaudio
echo SDKROOT=$(xcrun -sdk macosx --show-sdk-path) >> $GITHUB_ENV
echo MACOSX_DEPLOYMENT_TARGET=$(xcrun -sdk macosx --show-sdk-platform-version)
echo MACOSX_DEPLOYMENT_TARGET=$(xcrun -sdk macosx --show-sdk-platform-version) >> $GITHUB_ENV
echo "PKG_CONFIG_ALLOW_CROSS=1" >> $GITHUB_ENV
- name: Installing needed Ubuntu dependencies
if: startsWith(matrix.os, 'ubuntu')
run: |
Expand Down

0 comments on commit 2a006db

Please sign in to comment.