Skip to content

Update README.md with help for non standard path of boost installation #6

Update README.md with help for non standard path of boost installation

Update README.md with help for non standard path of boost installation #6

Workflow file for this run

name: Ruby
on:
push:
branches:
- main
pull_request:
jobs:
build:
name: Ruby ${{ matrix.ruby }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
ruby: [2.6, 2.7, '3.0', 3.1, 3.2]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: before_setup
run: |
sudo apt-get update && sudo apt-get install -yq libboost-all-dev
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Run the default task
run: bundle exec rake