Skip to content

Updated tomoto to 0.12.6 #85

Updated tomoto to 0.12.6

Updated tomoto to 0.12.6 #85

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
bundler-cache: true
- run: MAKE="make -j$(nproc)" bundle exec rake compile
- run: bundle exec rake test