mirror of
https://github.com/LegacyUpdate/LegacyUpdate.git
synced 2025-01-22 14:12:07 -05:00
Something is not right with either setup-wsl@v3 or 24.04, revert
This commit is contained in:
parent
6ea99396c6
commit
ec287f21c8
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -18,9 +18,9 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Install WSL
|
||||
uses: Vampire/setup-wsl@v3
|
||||
uses: Vampire/setup-wsl@v2
|
||||
with:
|
||||
distribution: Ubuntu-24.04
|
||||
distribution: Ubuntu-22.04
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
|
Loading…
Reference in a new issue