From c9c76eae18f4ad33840b0f42c7149c4bdeac7728 Mon Sep 17 00:00:00 2001 From: Ian Chamberlain Date: Sun, 17 Jul 2022 11:17:05 -0400 Subject: [PATCH] Remove node hack that was for local testing --- .github/workflows/ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b8e4db3..b219400 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,12 +17,6 @@ jobs: runs-on: ubuntu-latest container: devkitpro/devkitarm steps: - - if: ${{ env.ACT }} - name: Hack container for local development - run: | - curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash - - sudo apt-get install -y nodejs - - name: Checkout branch uses: actions/checkout@v2