From cfcd9a770cc2ebb97de8f85b2994f00d65fc8745 Mon Sep 17 00:00:00 2001 From: Kreyren Date: Sat, 8 Feb 2020 06:11:21 +0000 Subject: [PATCH] gjkghkf --- .github/workflows/cona-isa.yml | 5 ++++- Makefile | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cona-isa.yml b/.github/workflows/cona-isa.yml index ca60c4c..18f36f9 100644 --- a/.github/workflows/cona-isa.yml +++ b/.github/workflows/cona-isa.yml @@ -8,7 +8,10 @@ on: jobs: # Rustlang build-rustlang: - runs-on: ubuntu-latest + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [macos-latest, windows-latest, ubuntu-18.04] steps: - uses: actions/checkout@v2 - name: building.. diff --git a/Makefile b/Makefile index aa7d570..041ca4e 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ build-rustlang: # FIXME: Add logic build-clang-c: - @ exit "$NEUTRALCODE" + @ exit 1 build-gcc-c: @ # Make a build directory