From 82811cddbca3c12c464c50f070ffb503fc6f458f Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Tue, 8 Feb 2022 15:58:21 +0100 Subject: [PATCH] Prospective fix for tool build in the CI on Windows While Qt itself isn't cached there, commit fd32c8292d1b3430f8e9ce8d7daf0e910cac0347 applies to the Windows job, too. --- .github/workflows/slint_tool_binary.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/slint_tool_binary.yaml b/.github/workflows/slint_tool_binary.yaml index a097bd19b2..1816db9ea4 100644 --- a/.github/workflows/slint_tool_binary.yaml +++ b/.github/workflows/slint_tool_binary.yaml @@ -33,6 +33,8 @@ jobs: with: version: 6.2.1 - uses: Swatinem/rust-cache@v1 + with: + key: x - uses: actions-rs/install@v0.1 with: crate: cargo-about