]> git.lizzy.rs Git - nothing.git/commitdiff
(#164) Install pkg-config on mingw on GitHub Actions
authorrexim <reximkut@gmail.com>
Thu, 5 Dec 2019 14:36:38 +0000 (21:36 +0700)
committerrexim <reximkut@gmail.com>
Thu, 5 Dec 2019 14:36:38 +0000 (21:36 +0700)
.github/workflows/ci.yml

index fd735275b1e48d3e843e48791f36c9d578e85092..dc184dccdbb33b4059071db6d23b36e54c2c4d58 100644 (file)
@@ -2,6 +2,7 @@ name: CI
 on: [push, pull_request]
 
 jobs:
+  # TODO: no clang on linux build on GitHub actions
   build-linux:
     runs-on: ubuntu-18.04
     steps:
@@ -54,7 +55,7 @@ jobs:
         # this gives us msys.
       - uses: numworks/setup-msys2@v1
       - name: install dependencies
-        run: msys2do pacman -S --noconfirm mingw-w64-x86_64-gcc mingw64/mingw-w64-x86_64-SDL2 make
+        run: msys2do pacman -S --noconfirm mingw-w64-x86_64-gcc mingw64/mingw-w64-x86_64-SDL2 make mingw-w64-x86_64-pkg-config
       - name: build nothing
         run: |
           msys2do ./build-posix.sh