Merge branch 'insp4' into master.

This commit is contained in:
Sadie Powell 2024-06-07 17:37:58 +01:00
commit b49c2ea2e0
3 changed files with 4 additions and 4 deletions

View File

@ -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 }}

View File

@ -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

View File

@ -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 }
};