From 227983d11648dc7c05422e05e0fb523bc5f408c7 Mon Sep 17 00:00:00 2001 From: rajsite Date: Tue, 23 Apr 2024 23:19:26 -0500 Subject: [PATCH] yaml syntax --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e1635a24e..0412af632 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -52,9 +52,9 @@ jobs: node-version: '20' registry-url: 'https://registry.npmjs.org' - run: | - npm ci - npm config set user 0 - npm config set unsafe-perm true + npm ci + npm config set user 0 + npm config set unsafe-perm true - run: | git clone https://github.com/juj/emsdk.git cd emsdk