Skip to content

Commit

Permalink
Merge branch 'development' into pilot-remove-todos
Browse files Browse the repository at this point in the history
  • Loading branch information
vadi2 committed Nov 26, 2022
2 parents 23750f5 + edcd1ae commit c22cc8b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-mudlet.yml
Expand Up @@ -308,7 +308,7 @@ jobs:
run-luarocks install --local luautf8
run-luarocks install --local lua-zip
run-luarocks install SQLITE_INCDIR="${{env.VCPKG_ROOT}}/installed/${{matrix.triplet}}/include" --local LuaSQL-SQLite3
run-luarocks install --local lrexlib-pcre
run-luarocks install PCRE_INCDIR="${{env.VCPKG_ROOT}}/installed/${{matrix.triplet}}/include" --local lrexlib-pcre
# CI changelog generation dependencies
run-luarocks install --local argparse
Expand Down
2 changes: 2 additions & 0 deletions 3rdparty/our-vcpkg-dependencies/vcpkg-x64-linux-dependencies
Expand Up @@ -6,3 +6,5 @@ pugixml
--overlay-ports=../our-vcpkg-dependencies/lua
lua[core]
sqlite3
pcre

1 change: 1 addition & 0 deletions 3rdparty/our-vcpkg-dependencies/vcpkg-x64-osx-dependencies
Expand Up @@ -6,3 +6,4 @@ pugixml
--overlay-ports=../our-vcpkg-dependencies/lua
lua[core]
sqlite3
pcre

0 comments on commit c22cc8b

Please sign in to comment.