diff options
| author | 2024-02-25 22:26:22 +0000 | |
|---|---|---|
| committer | 2024-02-25 22:26:22 +0000 | |
| commit | 8bfb92a86e16a3155964404cd8d331b3b60b336d (patch) | |
| tree | c324e2f3780c513a34c2ee20ddb79254162ee4bb /.github/workflows/ci-windows.yml | |
| parent | Rework SQL::PopulateUserInfo. (diff) | |
| parent | Fix erroneously sending RPL_CHANNELSMSG when a whois chanlist is blocked. (diff) | |
Merge branch 'insp3' into master.
Diffstat (limited to '.github/workflows/ci-windows.yml')
| -rw-r--r-- | .github/workflows/ci-windows.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci-windows.yml b/.github/workflows/ci-windows.yml index 15ca8b73f..66d861c62 100644 --- a/.github/workflows/ci-windows.yml +++ b/.github/workflows/ci-windows.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v4 - name: Setup MSBuild - uses: microsoft/setup-msbuild@v1.3.1 + uses: microsoft/setup-msbuild@v2.0.0 with: msbuild-architecture: x64 |
