fix redux gui workflow

This commit is contained in:
LukeFZ
2025-12-15 05:39:03 +01:00
parent 750a0c88d5
commit d872ac8014

View File

@@ -4,7 +4,7 @@ on: [push, workflow_dispatch, workflow_call]
jobs:
build-redux-gui: # this already includes stuff only relevant for linux/macos for when the gui is released on those platforms
runs-on: ${{ matrix.platform }}}
runs-on: windows-latest
strategy:
matrix:
platform: ['windows-latest']