File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 84
84
sudo pip install meson
85
85
86
86
- name : ccache
87
- uses : hendrikmuhs/ccache-action@v1.2.11 # Keep this at 1.2.11 until #181 or #182 is closed
87
+ uses : hendrikmuhs/ccache-action@v1
88
88
with :
89
89
key : ${{ github.job }}-${{ matrix.os }}
90
90
@@ -175,6 +175,8 @@ jobs:
175
175
env :
176
176
OSXCROSS_MACPORTS_MIRROR : " https://packages.macports.org"
177
177
run : |
178
+ echo "::group::Installing pkg-config"
179
+ sudo apt install pkg-config
178
180
echo "::group::Installing mac deps"
179
181
omp install libsdl2 onetbb lz4 libpng minizip luajit flac
180
182
echo "OSXCROSS_PKG_CONFIG_PATH=${{env.OSXCROSS_TARGET}}/macports/pkgs/opt/local/libexec/onetbb/lib/pkgconfig" >> $GITHUB_ENV
@@ -191,7 +193,7 @@ jobs:
191
193
github_token : ${{ secrets.GITHUB_TOKEN }}
192
194
193
195
- name : ccache
194
- uses : hendrikmuhs/ccache-action@v1.2.11 # Keep this at 1.2.11 until #181 or #182 is closed
196
+ uses : hendrikmuhs/ccache-action@v1
195
197
with :
196
198
key : ${{ github.job }}-${{ matrix.os }}
197
199
You can’t perform that action at this time.
0 commit comments