Skip to content

Merge pull request #65 from PLSysSec/rm-cargo-download #9

Merge pull request #65 from PLSysSec/rm-cargo-download

Merge pull request #65 from PLSysSec/rm-cargo-download #9

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