diff --git a/.gitea/workflows/build_arch.yml b/.gitea/workflows/build_arch.yml index 63d592e..2e9a84e 100644 --- a/.gitea/workflows/build_arch.yml +++ b/.gitea/workflows/build_arch.yml @@ -24,6 +24,10 @@ jobs: chmod +x /opt/act_runner/install.sh /opt/act_runner/install.sh + - name: Install Node.js for Checkout Action + run: | + pacman -S --noconfirm nodejs npm + - name: Check out Repository uses: actions/checkout@v4