1
0
Fork 0
mirror of https://github.com/kou029w/yama.git synced 2025-01-19 08:28:01 +00:00
yama/.github/workflows/build.yml

11 lines
241 B
YAML

name: build
on:
push: { branches: [main] }
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: sudo apt-get update
- run: sudo apt-get install -y qemu-user-static
- run: bin/build