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
Reporting some issues with update_external_sources.sh script:
update_external_sources.sh script is not in the root of the repository, but in the decoder sample, either the build instructions need be updated or move the script to the root.
update_external_sources.sh script does a "git fetch --all" which breaks if you have a .gitconfig which references other repos. Changing to "git fetch origin" solve the problem.
The text was updated successfully, but these errors were encountered:
Reporting some issues with update_external_sources.sh script:
The text was updated successfully, but these errors were encountered: