Skip to content

Commit

Permalink
Enable AOT build for windows-arm64 (#2270)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntkme committed Jul 2, 2024
1 parent 04b6251 commit a164889
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ jobs:
- arch: ia32
runner: windows-latest
- arch: arm64
# TODO: switch the following to windows-arm64, blocked by https://github.com/dart-lang/setup-dart/issues/118
runner: windows-latest # windows-arm64
runner: windows-arm64

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit a164889

Please sign in to comment.