Skip to content

GitHub Actions: Modernize all workflows #538

GitHub Actions: Modernize all workflows

GitHub Actions: Modernize all workflows #538

Workflow file for this run

on:
push:
branches:
- master
pull_request:
branches:
- master
workflow_dispatch:
name: Linux aarch64
jobs:
check:
name: Build
runs-on: ubuntu-22.04-arm
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: recursive
- name: Install Rust
uses: dtolnay/[email protected]
- name: Rust cache
uses: swatinem/rust-cache@v2
- name: cargo build
run: cargo build