mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 07:55:18 +00:00
macos runner is bigsur
chocolatey gha removed as it prebuilt in windows vm
This commit is contained in:
parent
67cef5135c
commit
43a9276191
5
.github/workflows/flutter-build.yml
vendored
5
.github/workflows/flutter-build.yml
vendored
@ -42,9 +42,6 @@ jobs:
|
|||||||
cache: true
|
cache: true
|
||||||
- run: flutter config --enable-windows-desktop
|
- run: flutter config --enable-windows-desktop
|
||||||
- run: flutter build windows
|
- run: flutter build windows
|
||||||
- uses: crazy-max/ghaction-chocolatey@v1
|
|
||||||
with:
|
|
||||||
args: -h
|
|
||||||
- run: choco install make -y
|
- run: choco install make -y
|
||||||
- run: make innoinstall
|
- run: make innoinstall
|
||||||
- run: make inno
|
- run: make inno
|
||||||
@ -56,7 +53,7 @@ jobs:
|
|||||||
build/installer/Spotube-windows-x86_64-setup.exe
|
build/installer/Spotube-windows-x86_64-setup.exe
|
||||||
build/spotube.*.nupkg
|
build/spotube.*.nupkg
|
||||||
build_macos:
|
build_macos:
|
||||||
runs-on: macos-latest
|
runs-on: macos-11
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: subosito/flutter-action@v2
|
- uses: subosito/flutter-action@v2
|
||||||
|
Loading…
Reference in New Issue
Block a user