fix build for Windows

This commit is contained in:
Jonas Bark
2026-01-28 12:46:12 +01:00
parent 6926f5d3d5
commit 7a52828bd1
2 changed files with 6 additions and 1 deletions

View File

@@ -103,7 +103,6 @@ jobs:
cache: true
- name: Set Up Flutter maCOS
if: inputs.build_mac
uses: subosito/flutter-action@v2
with:
channel: 'beta'
@@ -241,6 +240,9 @@ jobs:
#1 Checkout Repository
- name: Checkout Repository
uses: actions/checkout@v3
with:
submodules: recursive
token: ${{ secrets.PAT_TOKEN }}
- name: Extract version from pubspec.yaml (Windows)
shell: pwsh

View File

@@ -162,6 +162,9 @@ jobs:
#1 Checkout Repository
- name: Checkout Repository
uses: actions/checkout@v3
with:
submodules: recursive
token: ${{ secrets.PAT_TOKEN }}
- name: 🐦 Setup Shorebird
uses: shorebirdtech/setup-shorebird@v1