Skip to content

Merge pull request #115 from Fly0307/update-README #217

Merge pull request #115 from Fly0307/update-README

Merge pull request #115 from Fly0307/update-README #217

Workflow file for this run

name: build
on:
push:
branches: [opensbi]
pull_request:
branches: [opensbi]
jobs:
build_run:
runs-on: ubuntu-latest
name: Build and run penglai enclave
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Build and test Penglai monitor (based on OpenSBI).
id: build_run
uses: Fly0307/action-penglai-opensbi-build-and-test@oe-23