Skip to content

Commit

Permalink
Remove unnecessary CI environment variable from build steps in GitHub…
Browse files Browse the repository at this point in the history
… Actions workflow
  • Loading branch information
nullchinchilla committed Sep 3, 2024
1 parent 938dd87 commit dd02a4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit dd02a4b

Please sign in to comment.