Skip to content

Commit

Permalink
Pin setup-wsl version to 3.1.1
Browse files Browse the repository at this point in the history
Looks like version 3.1.2 does not work so pin to the previous version
instead of generic v3.
  • Loading branch information
svenklemm committed Oct 18, 2024
1 parent 4316f2c commit b65083e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows-build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
TABLESPACE2: D:\tablespace2\
steps:
- name: Setup WSL
uses: Vampire/setup-wsl@v3
uses: Vampire/setup-wsl@v3.1.1
with:
additional-packages:
cmake
Expand Down

0 comments on commit b65083e

Please sign in to comment.