From aa192a4e0322bd0e3d187442fb6d4ae096e1591a Mon Sep 17 00:00:00 2001 From: Kisaragi <48310258+KisaragiEffective@users.noreply.github.com> Date: Sun, 15 May 2022 13:35:11 +0900 Subject: [PATCH] chore(action): reformat thanks @Margen67 for mentioning trailing spaces :) Co-authored-by: Margen67 --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d1cae54a3..f0e6e50e7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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