Enable build of runner using runner #3
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Set of tests for Self-Hosted RISC-V runner | |
on: [workflow_dispatch, pull_request] | |
jobs: | |
run: | |
runs-on: self-hosted | |
steps: | |
- name: CPU info | |
run: | | |
uname -m | |
cat /proc/cpuinfo | |
- name: OS info | |
run: cat /etc/os-release |