mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2025-08-01 17:38:36 +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
|
runs-on: windows-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Windows - Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Setup Windows Subsystem for Linux (WSL)
|
- name: Windows - Setup Windows Subsystem for Linux (WSL)
|
||||||
uses: Vampire/setup-wsl@v5
|
uses: Vampire/setup-wsl@v5
|
||||||
|
|
||||||
- name: WSL - Install Docker
|
- name: WSL - Install Docker
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue