Skip to content

GitHub workflow: download $ bob to global dir instead of workdir #88

GitHub workflow: download $ bob to global dir instead of workdir

GitHub workflow: download $ bob to global dir instead of workdir #88

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: |
set -eu
curl --fail --location --no-progress-meter --output /usr/local/bin/bob https://function61.com/go/turbobob-latest-stable-linux-amd64 && chmod +x /usr/local/bin/bob
bob build in-ci-autodetect-settings
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
EVENTHORIZON: ${{ secrets.EVENTHORIZON }}