Skip to content

fix: update workflow to reflect new installation #427

fix: update workflow to reflect new installation

fix: update workflow to reflect new installation #427

Workflow file for this run

name: CI
on: [push]
jobs:
install:
name: Test on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v1
with:
submodules: true
- if: matrix.os != 'macos-latest'
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.1'
- run: |
./compile-zuo
zuo . install