Browse Source

Remove node hack that was for local testing

pull/66/head
Ian Chamberlain 2 years ago
parent
commit
c9c76eae18
No known key found for this signature in database
GPG Key ID: AE5484D09405AA60
  1. 6
      .github/workflows/ci.yml

6
.github/workflows/ci.yml

@ -17,12 +17,6 @@ jobs: @@ -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

Loading…
Cancel
Save