Skip to content

Commit 11b08e9

Browse files
authored
ci: add non wsl windows target (foundry-rs#5474)
* ci: add non wsl windows target * tmp enable for pr * add wsl key * chore: add needs again
1 parent 410c817 commit 11b08e9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/cross-platform.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535
target: aarch64-apple-darwin
3636
- os: windows-latest
3737
target: x86_64-pc-windows-msvc
38+
wsl: wsl
39+
- os: windows-latest
40+
target: x86_64-pc-windows-msvc
3841

3942
steps:
4043
- uses: actions/checkout@v3
@@ -66,7 +69,7 @@ jobs:
6669
6770
# For some reason the FFI cheatcode uses WSL bash instead of Git bash, so we need to install a WSL distribution
6871
- name: Windows setup
69-
if: ${{ matrix.job.target == 'x86_64-pc-windows-msvc' }}
72+
if: ${{ matrix.job.wsl == 'wsl' }}
7073
uses: Vampire/setup-wsl@v1
7174
with:
7275
distribution: Ubuntu-20.04

0 commit comments

Comments
 (0)