Skip to content

Commit 343469c

Browse files
committed
actions: fix windows build
1 parent 6b8e671 commit 343469c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/CI.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@ jobs:
5050
uses: actions/checkout@v4
5151
with: { fetch-depth: 0 }
5252

53+
- name: Disable man-db triggers
54+
run: |
55+
echo "set man-db/auto-update false" | sudo debconf-communicate
56+
sudo dpkg-reconfigure man-db
57+
5358
- name: Install Dependencies
5459
run: |
5560
sudo apt-get update
@@ -69,7 +74,7 @@ jobs:
6974

7075
build-win:
7176
name: SMSM Windows Build
72-
runs-on: windows-latest
77+
runs-on: windows-2022
7378
steps:
7479
- name: Checkout
7580
uses: actions/checkout@v4

0 commit comments

Comments
 (0)