From 2fd44ac341deea8a26fe6622cffdbe3f20b78d8c Mon Sep 17 00:00:00 2001 From: deadprogram Date: Tue, 31 Mar 2026 18:34:57 +0200 Subject: [PATCH] build: let scoop run updates to resolve binaryen install failures on Windows Signed-off-by: deadprogram --- .github/workflows/windows.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 0cfeb518b..98e1ea8f8 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -24,8 +24,6 @@ jobs: maximum-size: 24GB disk-root: "C:" - uses: MinoruSekine/setup-scoop@v4 - with: - scoop_update: 'false' - name: Install Dependencies shell: bash run: | @@ -136,8 +134,6 @@ jobs: maximum-size: 24GB disk-root: "C:" - uses: MinoruSekine/setup-scoop@v4 - with: - scoop_update: 'false' - name: Install Dependencies shell: bash run: | @@ -202,8 +198,6 @@ jobs: maximum-size: 24GB disk-root: "C:" - uses: MinoruSekine/setup-scoop@v4 - with: - scoop_update: 'false' - name: Install Dependencies shell: bash run: |