From fcef748225e191fb2598bb7b9bbdf4cb3ad88c10 Mon Sep 17 00:00:00 2001 From: Ferdinand Schober Date: Sun, 8 Feb 2026 16:30:24 +0100 Subject: [PATCH] Revert "test windows deps" This reverts commit 09c73d4faba96538e563949bdf51dc2709fbd19a. --- .github/workflows/rust.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index c3f21fb..13f4c48 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -65,8 +65,7 @@ jobs: echo $env:GITHUB_PATH echo $env:PATH - name: Install Windows dependencies - build gtk - # if: runner.os == 'Windows' && steps.cache.outputs.cache-hit != 'true' - if: runner.os == 'Windows' + if: runner.os == 'Windows' && steps.cache.outputs.cache-hit != 'true' run: | # choco install msys2 # choco install visualstudio2022-workload-vctools