Skip to content

Commit

Permalink
Support building on Windows
Browse files Browse the repository at this point in the history
- Published as v0.1.0
- Use Flutter and java action in build workflow
- Build on x86_64 and ARM64 versions of macOS in workflow
  • Loading branch information
PeteClubSeven committed Feb 9, 2024
1 parent fcc91b9 commit fce2794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
flutter-version: ${{ matrix.flutter }}

- if: matrix.os == 'macos-12' || matrix.os == 'matrix-latest'
- if: matrix.os == 'macos-12' || matrix.os == 'macos-latest'
name: Install dependencies (macOS 12)
run: brew install coreutils

Expand Down

0 comments on commit fce2794

Please sign in to comment.