chore(action): reformat

thanks @Margen67 for mentioning trailing spaces :)

Co-authored-by: Margen67 <Margen67@users.noreply.github.com>
This commit is contained in:
Kisaragi 2022-05-15 13:35:11 +09:00 committed by GitHub
parent 98511809f1
commit aa192a4e03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,11 +10,11 @@ on:
jobs:
build-amd64:
runs-on: ubuntu-20.04
runs-on: ubuntu-20.04
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: build on amd64
- name: Build on amd64
run: make modules -j$(nproc)
build-aarch64:
runs-on: ubuntu-20.04
@ -22,7 +22,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
- uses: uraimo/run-on-arch-action@v2
name: build on aarch64
name: Build on aarch64
with:
arch: aarch64
distro: ubuntu20.04