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

ci: use bash instead of sh #135

Merged
merged 1 commit into from
Aug 4, 2023
Merged

Commits on Aug 4, 2023

  1. ci: use bash instead of sh

    The action "Sync Submodules and Dependencies" on finch failed with the
    message "set: Illegal option -o pipefail". Also, there was an error
    interpreting `[[` in the update-deps.sh script as `[[` is bash syntax,
    but the shebang is set as sh
    
    Use bash instead of sh
    
    https://github.com/runfinch/finch/actions/runs/5760444005/job/15616416221
    
    Signed-off-by: Gavin Inglis <[email protected]>
    ginglis13 committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    db64eb7 View commit details
    Browse the repository at this point in the history