mirror of
https://github.com/stonega/tsacdop
synced 2025-02-17 20:10:37 +01:00
Update main.yml
This commit is contained in:
parent
6aadc133e4
commit
6b3cf47c06
9
.github/workflows/main.yml
vendored
9
.github/workflows/main.yml
vendored
@ -15,13 +15,18 @@ jobs:
|
||||
# This workflow contains a single job called "build"
|
||||
build:
|
||||
# The type of runner that the job will run on
|
||||
runs-on:
|
||||
- image: cirrusci/flutter:beta
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
# Steps represent a sequence of tasks that will be executed as part of the job
|
||||
steps:
|
||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: '12.x'
|
||||
- uses: subosito/flutter-action@v1
|
||||
with:
|
||||
flutter-version: '1.18.0-11.1.pre'
|
||||
|
||||
# Runs a single command using the runners shell
|
||||
- name: Run flutter doctor
|
||||
|
Loading…
x
Reference in New Issue
Block a user