Skip to content

Commit ab05b91

Browse files
committed
Try windows mesa 8
1 parent bcaf75f commit ab05b91

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
# deployment-choice: '1'
4545

4646
- name: Install Mesa windows
47+
shell: bash
4748
if: matrix.os == 'windows-2022'
4849
run: |
4950
NODEPATH="$(where node)"
@@ -54,6 +55,7 @@ jobs:
5455
7z x mesa.7z
5556
5657
- name: Test - Windows
58+
shell: bash
5759
if: matrix.os == 'windows-2022'
5860
run: |
5961
GALLIUM_DRIVER=llvmpipe

0 commit comments

Comments
 (0)