Skip to content

Commit

Permalink
Update python-app-on-mac.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Boudjada Yasser <[email protected]>
  • Loading branch information
yasserbdj96 authored Jul 11, 2024
1 parent 1068a2a commit 199ab04
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/python-app-on-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,12 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install gettext
run: brew install gettext
run: |
brew install gettext
echo 'export PATH="/usr/local/opt/gettext/bin:$PATH"' >> $HOME/.bash_profile
echo 'export LDFLAGS="-L/usr/local/opt/gettext/lib"' >> $HOME/.bash_profile
echo 'export CPPFLAGS="-I/usr/local/opt/gettext/include"' >> $HOME/.bash_profile
source $HOME/.bash_profile
- name: Set up Python ${{matrix.python-version}}
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 199ab04

Please sign in to comment.