Skip to content

modify for build-tool-chain-13.2.0 and test run oe demo #213

modify for build-tool-chain-13.2.0 and test run oe demo

modify for build-tool-chain-13.2.0 and test run oe demo #213

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