From 2ddda8fe84abcf470658ac8b30e994f4b676aa7d Mon Sep 17 00:00:00 2001 From: Ethan Roseman Date: Mon, 23 Aug 2021 03:32:36 +0900 Subject: [PATCH] refactor build script --- .github/workflows/build.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5f39ee7..49c1772 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -45,9 +45,7 @@ jobs: continue-on-error: true shell: bash run: | - make cpp CFLAGS="${{ matrix.TARGET.CFLAGS }}" - make cc1 CFLAGS="${{ matrix.TARGET.CFLAGS }}" - make xgcc CFLAGS="${{ matrix.TARGET.CFLAGS }}" + make cpp cc1 xgcc cc1plus g++ CFLAGS="${{ matrix.TARGET.CFLAGS }}" - name: Test for file shell: bash run: |