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

Error using dev channel #17

Closed
Fernandomr88 opened this issue Nov 23, 2019 · 2 comments
Closed

Error using dev channel #17

Fernandomr88 opened this issue Nov 23, 2019 · 2 comments

Comments

@Fernandomr88
Copy link

My code

name: Dart CI

on: [push]

jobs:
 build:

   runs-on: ubuntu-latest

   container:
     image:  google/dart:latest


   steps:
     - uses: actions/checkout@v1
     - uses: actions/setup-java@v1
       with:
         java-version: '12.x'
     - uses: subosito/flutter-action@v1
       with:
         channel: 'dev'
     - run: flutter pub get
     - run: flutter test
     - run: flutter build apk

Output:

 Run subosito/flutter-action@v15s
##[error]Node run failed with exit code 1
Run subosito/flutter-action@v1
/usr/bin/docker exec  b88ae8e182610cd8a1da6822d4fabc7b15544e1957c9630acdbe6fab4b6bf2ce sh -c "cat /etc/*release | grep ^ID"
Running JavaScript Action with default external tool: node12
/bin/tar x -C /__w/_temp/temp_457657794 -f /__w/_temp/6da63d29-5d2f-421d-83f6-a4942147e494
tar (child): xz: Cannot exec: No such file or directory
tar (child): Error is not recoverable: exiting now
/bin/tar: Child returned status 2
/bin/tar: Error is not recoverable: exiting now
##[error]The process '/bin/tar' failed with exit code 2
##[error]Node run failed with exit code 1
@subosito
Copy link
Owner

Duplicate of #5

@subosito subosito marked this as a duplicate of #5 Nov 30, 2019
@subosito
Copy link
Owner

See solution #5 (comment).

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