|
|
@ -27,7 +27,7 @@ jobs:
|
|
|
|
flutter_version: [stable, beta, master]
|
|
|
|
flutter_version: [stable, beta, master]
|
|
|
|
os: [ubuntu-latest, macos-latest, windows-latest]
|
|
|
|
os: [ubuntu-latest, macos-latest, windows-latest]
|
|
|
|
steps:
|
|
|
|
steps:
|
|
|
|
- uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748
|
|
|
|
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
|
|
|
|
- uses: actions/setup-java@2c7a4878f5d120bd643426d54ae1209b29cc01a3
|
|
|
|
- uses: actions/setup-java@2c7a4878f5d120bd643426d54ae1209b29cc01a3
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
distribution: 'zulu'
|
|
|
|
distribution: 'zulu'
|
|
|
@ -40,7 +40,7 @@ jobs:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
if: github.repository == 'flutter/samples'
|
|
|
|
if: github.repository == 'flutter/samples'
|
|
|
|
steps:
|
|
|
|
steps:
|
|
|
|
- uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748
|
|
|
|
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
|
|
|
|
- uses: actions/setup-java@2c7a4878f5d120bd643426d54ae1209b29cc01a3
|
|
|
|
- uses: actions/setup-java@2c7a4878f5d120bd643426d54ae1209b29cc01a3
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
distribution: 'zulu'
|
|
|
|
distribution: 'zulu'
|
|
|
@ -53,7 +53,7 @@ jobs:
|
|
|
|
runs-on: macos-latest
|
|
|
|
runs-on: macos-latest
|
|
|
|
if: github.repository == 'flutter/samples'
|
|
|
|
if: github.repository == 'flutter/samples'
|
|
|
|
steps:
|
|
|
|
steps:
|
|
|
|
- uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748
|
|
|
|
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
|
|
|
|
- uses: actions/setup-java@2c7a4878f5d120bd643426d54ae1209b29cc01a3
|
|
|
|
- uses: actions/setup-java@2c7a4878f5d120bd643426d54ae1209b29cc01a3
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
distribution: 'zulu'
|
|
|
|
distribution: 'zulu'
|
|
|
|