Cytoplasm/.forgejo/workflows/compile.yaml
Workflow config file is invalid. Please check your config file: yaml: line 12: did not find expected '-' indicator
2024-09-21 14:59:13 -04:00

18 lines
504 B
YAML

name: Compile Cytoplasm
run-name: Compile Cytoplasm on ${{ forgejo.actor }}
on: [push]
jobs:
"Compile Cytoplasm":
strategy:
matrix:
os: [alpine]
arch: [aarch64]
runs-on: ["${{ matrix.os }}", "${{ matrix.arch }}"]
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Configure Cytoplasm
run: ./configure
- name: Build Cytoplasm
run: make