gettext is pre-installed on mac

This commit is contained in:
MicroDev 2023-01-16 17:13:19 +05:30
parent fd3faa4a05
commit 1e2d0a4be8
No known key found for this signature in database
GPG Key ID: 2C0867BE60967730
1 changed files with 0 additions and 4 deletions

View File

@ -212,10 +212,6 @@ jobs:
run: python tools/ci_fetch_deps.py ${{ github.job }}
- name: CircuitPython version
run: tools/describe
- name: Install dependencies
run: |
brew install gettext
echo >>$GITHUB_PATH /usr/local/opt/gettext/bin
- name: Versions
run: |
gcc --version