Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Try WSL for Windows
Browse files Browse the repository at this point in the history
dkirov-dd committed Jan 28, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent d44caf2 commit 9022d37
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/fips-test.yml
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ on:

defaults:
run:
shell: bash
shell: ${{ matrix.platform == 'windows' && 'wsl bash {0}' || 'bash' }}

jobs:
run:
@@ -30,6 +30,9 @@ jobs:

- uses: actions/checkout@v4

- uses: Vampire/setup-wsl@v4
if: matrix.platform == 'windows'

- name: Set up Python ${{ env.PYTHON_VERSION }}
uses: actions/setup-python@v5
with:

0 comments on commit 9022d37

Please sign in to comment.