You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error computing cache key: template: cacheKey:1:9: executing "cacheKey" at <checksum "./pubspec.lock">: error calling checksum: open /home/circleci/project/pubspec.lock: no such file or directory
then
Step Install dependecies
#!/bin/bash -eo pipefail
flutter pub get
Expected to find project root in current working directory.
Orb version: 2.0.0/2.0.1/2.0.2
What happened:
Step Restoring Cache failed
error computing cache key: template: cacheKey:1:9: executing "cacheKey" at <checksum "./pubspec.lock">: error calling checksum: open /home/circleci/project/pubspec.lock: no such file or directory
then
Step Install dependecies
Expected to find project root in current working directory.
Exited with code exit status 1
CircleCI received exit code 1
Expected behavior:
I should be able to finish installation
Additional Information:
The text was updated successfully, but these errors were encountered: