mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2025-06-27 16:35:58 +00:00
ci: Clarify context for checkout and setup of WSL
This commit is contained in:
parent
782d202891
commit
04740a3828
1 changed files with 2 additions and 2 deletions
4
.github/workflows/windows-tests.yml
vendored
4
.github/workflows/windows-tests.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue