Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jddeep authored Mar 9, 2020
1 parent 0a65c0e commit 56254d6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master

- name: clean stale build and cache
uses: ./action
with:
args: clean


- name: install dependencies
uses: ./action
with:
args: pub get

- name: clean stale build and cache
uses: ./action
with:
args: clean

- name: build apk
uses: ./action
Expand Down

0 comments on commit 56254d6

Please sign in to comment.