From 04740a382865b5e1890a2188fa63d8252cfc055a Mon Sep 17 00:00:00 2001 From: Crown0815 Date: Sat, 24 May 2025 16:43:57 +0200 Subject: [PATCH] ci: Clarify context for checkout and setup of WSL --- .github/workflows/windows-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows-tests.yml b/.github/workflows/windows-tests.yml index 00923da1..c69a6294 100644 --- a/.github/workflows/windows-tests.yml +++ b/.github/workflows/windows-tests.yml @@ -30,10 +30,10 @@ jobs: runs-on: windows-latest steps: - - name: Checkout code + - name: Windows - Checkout code uses: actions/checkout@v4 - - name: Setup Windows Subsystem for Linux (WSL) + - name: Windows - Setup Windows Subsystem for Linux (WSL) uses: Vampire/setup-wsl@v5 - name: WSL - Install Docker