Skip to content

Commit 583cd87

Browse files
committed
Adjust gettext dependency install
1 parent ab3f84e commit 583cd87

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,12 @@ jobs:
108108
steps:
109109
- uses: actions/checkout@v4
110110

111+
- name: Install gettext (macOS)
112+
if: runner.os == 'macOS'
113+
run: |
114+
brew install gettext
115+
brew link --force gettext
116+
111117
- name: Set up Python ${{ matrix.python-version }}
112118
uses: actions/setup-python@v5
113119
with:
@@ -120,12 +126,6 @@ jobs:
120126
toolchain: ${{ matrix.rust }}
121127
target: ${{ matrix.platform.rust-target }}
122128

123-
- name: Install gettext (macOS)
124-
if: runner.os == 'macOS'
125-
run: |
126-
brew install gettext
127-
brew link --force gettext
128-
129129
# - if: matrix.platform.os == 'ubuntu-latest'
130130
# name: Prepare LD_LIBRARY_PATH (Ubuntu only)
131131
# run: echo LD_LIBRARY_PATH=${pythonLocation}/lib >> $GIHUB_ENV

0 commit comments

Comments
 (0)