From 13138db28c36008ab4d8e6c3455eeac2d010d2c2 Mon Sep 17 00:00:00 2001 From: Akuli Date: Tue, 21 Jan 2025 14:58:49 +0200 Subject: [PATCH] run windows_setup.sh --- .github/workflows/windows.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index cd7ffe3b..ebf12fef 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -72,6 +72,8 @@ jobs: - uses: actions/checkout@v4 # TODO: upgrade to v4 in other places with: fetch-depth: 0 # Fetch the whole Git history + - run: ./windows_setup.sh + shell: bash - run: ./bootstrap.sh shell: bash - uses: actions/upload-artifact@v4