Skip to content

Update install.sh - add flag for skipping SSL certificate verificatio… #18

Update install.sh - add flag for skipping SSL certificate verificatio…

Update install.sh - add flag for skipping SSL certificate verificatio… #18

Workflow file for this run

name: Orca Installation Script Gating CI
on:
pull_request:
workflow_dispatch:
jobs:
run_bin_downloader_script:
name: run_bin_downloader_script
runs-on: ubuntu-24.04
steps:
# Checkout your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Checkout Repository
uses: actions/checkout@v4
- name: Install zshell
run: sudo apt install -y zsh
- shell: bash
run: |
ps -p $$
cat ./install.sh | bash -s
orca-cli -h
rm -rf /usr/local/bin/orca-cli
- shell: sh
run: |
ps -p $$
cat ./install.sh | bash -s
orca-cli -h
rm -rf /usr/local/bin/orca-cli
- shell: zsh {0}
run: |
ps -p $$
cat ./install.sh | bash -s
orca-cli -h
rm -rf /usr/local/bin/orca-cli