Skip to content

Commit

Permalink
Plug in rest of CheckAndInstalls
Browse files Browse the repository at this point in the history
  • Loading branch information
vadi2 committed Nov 16, 2020
1 parent 49a285c commit 12e0a7a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build-mudlet.yml
Expand Up @@ -116,7 +116,19 @@ jobs:
CheckAndInstallLibzip
# fixme - should be used from vcpkg
CheckAndInstallHunspell
CheckAndInstallYajl
CheckAndInstallLua
CheckAndInstallPcre
CheckAndInstallSqlite
# Shouldn't be needed as it is only used for the luazip module from:
# https://github.com/mpeterv/luazip and we can use lua-zip from:
# https://github.com/brimworks/lua-zip :
CheckAndInstallZziplib
CheckAndInstallLuarocks
CheckAndInstallPugixml
InstallLuaModules
- name: (Linux Clang) change compiler
if: runner.os == 'Linux' && matrix.compiler == 'clang_64'
Expand Down

0 comments on commit 12e0a7a

Please sign in to comment.