From 36455fb97416f229cb210099ce1f82d4bcd80ec7 Mon Sep 17 00:00:00 2001 From: Lewis Jackson <> Date: Tue, 30 May 2023 21:18:29 +0300 Subject: [PATCH] Seriously. --- .forgejo/workflows/compile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/compile.yml b/.forgejo/workflows/compile.yml index 1608a73..1278b92 100644 --- a/.forgejo/workflows/compile.yml +++ b/.forgejo/workflows/compile.yml @@ -11,7 +11,7 @@ jobs: apt -y install platformio - name: Setup node run: | - curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash - &&\ + curl -fsSL https://deb.nodesource.com/setup_20.x | bash - apt-get install -y nodejs - uses: actions/checkout@v3 - run: cd ${{ github.workspace }}