File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments