Skip to content

Hello RISC-V

Hello RISC-V #148

Workflow file for this run

name: Hello RISC-V
on:
push:
pull_request:
workflow_dispatch:
jobs:
hello:
runs-on: ubuntu-24.04-riscv
steps:
- run: echo "hello from $(uname -m)"