1
0
mirror of https://github.com/anope/anope.git synced 2026-06-12 17:04:47 +02:00

Always build the stats modules.

These have no external dependencies so it makes no sense to not
always build them.
This commit is contained in:
Sadie Powell
2024-01-09 21:14:41 +00:00
parent 710e7dd3a2
commit 349ae043b6
9 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ jobs:
ninja-build
- name: Enable extras
run: |
for MODULE in m_ldap.cpp m_ldap_authentication.cpp m_ldap_oper.cpp m_mysql.cpp m_regex_pcre2.cpp m_regex_posix.cpp m_regex_tre.cpp m_sql_authentication.cpp m_sql_log.cpp m_sql_oper.cpp m_sqlite.cpp m_ssl_gnutls.cpp m_ssl_openssl.cpp stats
for MODULE in m_ldap.cpp m_ldap_authentication.cpp m_ldap_oper.cpp m_mysql.cpp m_regex_pcre2.cpp m_regex_posix.cpp m_regex_tre.cpp m_sql_authentication.cpp m_sql_log.cpp m_sql_oper.cpp m_sqlite.cpp m_ssl_gnutls.cpp m_ssl_openssl.cpp
do
ln -s ${{ github.workspace }}/modules/extra/$MODULE ${{ github.workspace }}/modules
done