Skip to content

Commit a8edc33

Browse files
authored
fix for ubuntu being horribly outdated once more
>:( (This took me so long to notice, but this fucking runner defaults to a non standard version of pkg-config,which, at the point that this outdated pos version of ubuntu provides, does NOT seem to support the define-prefix flag or something)
1 parent c9ee2b1 commit a8edc33

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/meson.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,8 @@ jobs:
175175
env:
176176
OSXCROSS_MACPORTS_MIRROR: "https://packages.macports.org"
177177
run: |
178+
echo "::group::Installing pkg-config"
179+
sudo apt install pkg-config
178180
echo "::group::Installing mac deps"
179181
omp install libsdl2 onetbb lz4 libpng minizip luajit flac
180182
echo "OSXCROSS_PKG_CONFIG_PATH=${{env.OSXCROSS_TARGET}}/macports/pkgs/opt/local/libexec/onetbb/lib/pkgconfig" >> $GITHUB_ENV

0 commit comments

Comments
 (0)