mirror of
https://github.com/lichess-org/dartchess.git
synced 2026-05-26 13:51:01 +00:00
Don't specify architecture
This commit is contained in:
@@ -11,15 +11,13 @@ jobs:
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest]
|
||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
sdk: [stable]
|
||||
architecture: [x64, arm, arm64]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: dart-lang/setup-dart@v1.3
|
||||
with:
|
||||
sdk: ${{ matrix.sdk }}
|
||||
architecture: ${{ matrix.architecture }}
|
||||
|
||||
- name: Install dependencies
|
||||
run: dart pub get
|
||||
|
||||
Reference in New Issue
Block a user