Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The process '/bin/tar' failed with exit code 2 #5

Closed
humazed opened this issue Sep 8, 2019 · 2 comments
Closed

The process '/bin/tar' failed with exit code 2 #5

humazed opened this issue Sep 8, 2019 · 2 comments

Comments

@humazed
Copy link

humazed commented Sep 8, 2019

image

and my action:

name: Flutter action

on:
  push:
    branches:
    - master
    - release/*

jobs:
  build:

    runs-on: ubuntu-latest

    container:
      image:  google/dart:latest

#     steps:
#       - uses: actions/checkout@v1
#       - uses: actions/checkout@v1
#       - uses: actions/setup-java@v1
#         with:
#           java-version: '12.x'
#       - uses: subosito/flutter-action@v1
#         with:
#           flutter-version: '1.7.8+hotfix.4'
#       - run: flutter pub get
#       - run: flutter test
#       - run: flutter build apk
    steps:
      - uses: actions/checkout@v1
      - uses: actions/setup-java@v1
        with:
          java-version: '12.x'
      - uses: subosito/flutter-action@v1
        with:
          flutter-version: '1.7.8+hotfix.4'
          channel: 'stable'
      - run: flutter packages get
      - run: flutter test
      - run: flutter build apk
@subosito
Copy link
Owner

subosito commented Sep 8, 2019

I think you need to remove this line:

    container:
      image:  google/dart:latest

@humazed
Copy link
Author

humazed commented Sep 8, 2019

thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants