spigotcpp/.forgejo/workflows/build.yaml
A.M. Rowsell cd6085d121
Some checks failed
/ build (push) Failing after 10s
Fixed mistake in action file
2025-07-21 17:29:59 -04:00

9 lines
No EOL
156 B
YAML

on: [push]
jobs:
build:
runs-on: docker
steps:
- name: checkout
uses: actions/checkout@v4
- run: make
- run: time ./main