From 084d69c6e8495a851360a67c0a953174a72a83a0 Mon Sep 17 00:00:00 2001 From: Nick Briggs Date: Tue, 6 Jul 2021 20:21:03 -0700 Subject: [PATCH] Comment out build-pi in workflows because the RPi system is not online at this time. --- .github/workflows/build.yml | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 99be71b..4c9bf0a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,14 +21,17 @@ jobs: working-directory: bin run: ./makeright x - build-pi: - runs-on: [self-hosted, linux, ARM] - if: ${{ github.repository == 'Interlisp/maiko' }} - steps: - - uses: actions/checkout@v2 - - name: Build - working-directory: bin - run: ./makeright x +# +# Commented out because the RPi is not online at this time (6 July 2021) +# +# build-pi: +# runs-on: [self-hosted, linux, ARM] +# if: ${{ github.repository == 'Interlisp/maiko' }} +# steps: +# - uses: actions/checkout@v2 +# - name: Build +# working-directory: bin +# run: ./makeright x build-cmake: runs-on: ${{ matrix.os }}