mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 02:59:01 -04:00
Merge branch 'insp4' into master.
This commit is contained in:
commit
b49c2ea2e0
2
.github/workflows/ci-alpine.yml
vendored
2
.github/workflows/ci-alpine.yml
vendored
@ -7,7 +7,7 @@ on:
|
||||
jobs:
|
||||
build:
|
||||
if: "!contains(github.event.head_commit.message, '[skip alpine ci]')"
|
||||
container: alpine:3.16
|
||||
container: alpine:3.20
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
CXX: ${{ matrix.compiler }}
|
||||
|
4
.github/workflows/ci-irctest.yml
vendored
4
.github/workflows/ci-irctest.yml
vendored
@ -25,7 +25,7 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
path: irctest
|
||||
ref: 2dea91e17a873761f20bd10a9a188f6abe2046ba
|
||||
ref: af980ed3b639b5e1b3749c74027872adb69922a7
|
||||
repository: progval/irctest
|
||||
|
||||
- name: Run configure
|
||||
@ -73,7 +73,7 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
path: irctest
|
||||
ref: 2dea91e17a873761f20bd10a9a188f6abe2046ba
|
||||
ref: af980ed3b639b5e1b3749c74027872adb69922a7
|
||||
repository: progval/irctest
|
||||
|
||||
- name: Install irctest dependencies
|
||||
|
@ -266,7 +266,7 @@ int main(int argc, char* argv[])
|
||||
|
||||
SERVICE_TABLE_ENTRY serviceTable[] =
|
||||
{
|
||||
{ TEXT("InspIRCd"), (LPSERVICE_MAIN_FUNCTION)ServiceMain },
|
||||
{ (LPSTR)"InspIRCd", (LPSERVICE_MAIN_FUNCTION)ServiceMain },
|
||||
{ nullptr, nullptr }
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user