|
|
@ -17,12 +17,6 @@ jobs: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
runs-on: ubuntu-latest |
|
|
|
container: devkitpro/devkitarm |
|
|
|
container: devkitpro/devkitarm |
|
|
|
steps: |
|
|
|
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 |
|
|
|
- name: Checkout branch |
|
|
|
uses: actions/checkout@v2 |
|
|
|
uses: actions/checkout@v2 |
|
|
|
|
|
|
|
|
|
|
|