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
7
.github/workflows/flutter-build.yml
vendored
7
.github/workflows/flutter-build.yml
vendored
@ -42,9 +42,6 @@ jobs:
|
||||
cache: true
|
||||
- run: flutter config --enable-windows-desktop
|
||||
- run: flutter build windows
|
||||
- uses: crazy-max/ghaction-chocolatey@v1
|
||||
with:
|
||||
args: -h
|
||||
- run: choco install make -y
|
||||
- run: make innoinstall
|
||||
- run: make inno
|
||||
@ -56,7 +53,7 @@ jobs:
|
||||
build/installer/Spotube-windows-x86_64-setup.exe
|
||||
build/spotube.*.nupkg
|
||||
build_macos:
|
||||
runs-on: macos-latest
|
||||
runs-on: macos-11
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: subosito/flutter-action@v2
|
||||
@ -65,4 +62,4 @@ jobs:
|
||||
- run: flutter config --enable-macos-desktop
|
||||
- run: flutter build macos
|
||||
- run: brew install tree
|
||||
- run: tree ./
|
||||
- run: tree ./
|
||||
|
Loading…
Reference in New Issue
Block a user