Skip to content

wip(ci): make reusable #1

wip(ci): make reusable

wip(ci): make reusable #1

Workflow file for this run

name: sg-setup
jobs:
sg-internal-setup:
name: Setup release process
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install sg
run: curl -L --proto '=https' --tlsv1.2 -sSLf -o sg https://github.com/sourcegraph/sg/releases/download/2024-06-11-15-14-add4baa4/sg_linux_amd64_static
chmod +x sg
- name: Install dependencies
run: sudo apt-get install libpcre3-dev libev4 -y
- name: Install Comby
run: bash <(curl -sL get-comby.netlify.app)
- name: Install gh
run: sudo apt install gh