roc/.github/workflows/nix_linux_arm64_default.yml
2025-03-21 16:39:03 +01:00

21 lines
442 B
YAML

on:
workflow_call:
name: test default.nix on linux arm64
env:
RUST_BACKTRACE: 1
# Do not add permissions here! Configure them at the job level!
permissions: {}
jobs:
nix-linux-arm64-default:
name: nix-linux-arm64
runs-on: [self-hosted, Linux, ARM64]
timeout-minutes: 150
steps:
- uses: actions/checkout@v4
- name: test building default.nix
run: nix-build