Skip to content

pinned to version rustc-1.85.0 #19

pinned to version rustc-1.85.0

pinned to version rustc-1.85.0 #19

Workflow file for this run

name: Build
on:
push:
paths: [ 'Makefile', '.github/workflows/build.yml' ]
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
ubuntu:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Make install
run: make install
macos:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Make install
run: make install