Skip to content

Add support for RISC-V as a host #45

Add support for RISC-V as a host

Add support for RISC-V as a host #45

Workflow file for this run

name: Self-Hosted Test CI
on:
push:
branches:
- "tmp-host-riscv64"
jobs:
build:
runs-on: [self-hosted, linux, RISCV64]
steps:
- name: Update & Upgrade
run: sudo apt update && sudo apt upgrade --yes
- name: Checkout repository
uses: actions/checkout@v4

Check failure on line 16 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

You have an error in your yaml syntax on line 16
- name: Test command
run: uname -a