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

12 lines
241 B
YAML
Raw Normal View History

2020-07-21 01:06:43 +09:00
name: build
on:
2021-07-25 19:07:06 +09:00
push: { branches: [main] }
2020-07-21 01:06:43 +09:00
jobs:
main:
2021-07-25 19:07:06 +09:00
runs-on: ubuntu-latest
2020-07-21 01:06:43 +09:00
steps:
- uses: actions/checkout@v2
2021-07-17 13:15:05 +09:00
- run: sudo apt-get update
- run: sudo apt-get install -y qemu-user-static
2020-07-21 01:06:43 +09:00
- run: bin/build