From dd02a4b0a736ab286bc1b2219fc3db927bf5593a Mon Sep 17 00:00:00 2001 From: nullchinchilla Date: Tue, 3 Sep 2024 19:58:41 -0400 Subject: [PATCH] Remove unnecessary CI environment variable from build steps in GitHub Actions workflow --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index c970a2a..b0b1f61 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -21,7 +21,7 @@ jobs: run: | cd gephgui-wry/gephgui npm i -f - CI= npm run build + npm run build - name: Build macOS run: | cd macos @@ -80,7 +80,7 @@ jobs: run: | cd gephgui-wry/gephgui npm i -f - CI= npm run build + npm run build - name: Build Windows run: | $env:PATH += ";C:\Users\runneradmin\.cargo\bin"