mirror of
https://github.com/love2d/love.git
synced 2026-08-17 19:23:38 +02:00
Fix default shell in Windows workflow.
This commit is contained in:
@@ -37,7 +37,6 @@ jobs:
|
|||||||
path: love-${{ github.sha }}.AppImage
|
path: love-${{ github.sha }}.AppImage
|
||||||
windows-os:
|
windows-os:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
shell: cmd
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
platform: [Win32, x64, ARM64]
|
platform: [Win32, x64, ARM64]
|
||||||
@@ -45,6 +44,9 @@ jobs:
|
|||||||
exclude:
|
exclude:
|
||||||
- platform: ARM64
|
- platform: ARM64
|
||||||
install: compat
|
install: compat
|
||||||
|
defaults:
|
||||||
|
run:
|
||||||
|
shell: cmd
|
||||||
continue-on-error: ${{ matrix.platform == 'ARM64' }}
|
continue-on-error: ${{ matrix.platform == 'ARM64' }}
|
||||||
steps:
|
steps:
|
||||||
- name: Define Variables
|
- name: Define Variables
|
||||||
|
|||||||
Reference in New Issue
Block a user