mirror of
https://github.com/ivabus/gui
synced 2025-06-07 15:50:27 +03:00
fix main prefix
This commit is contained in:
parent
ee03bd3e8f
commit
b911f3707b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -57,7 +57,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
platform: [macos-latest, ubuntu-latest, windows-latest ]
|
||||
platform: [macos-latest, ubuntu-latest]
|
||||
|
||||
runs-on: ${{ matrix.platform }}
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue