Something is not right with either setup-wsl@v3 or 24.04, revert

This commit is contained in:
Adam Demasi 2024-10-02 22:54:24 +09:30
parent 6ea99396c6
commit ec287f21c8
No known key found for this signature in database
GPG key ID: 5D3B26B3D58C7D91

View file

@ -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