Skip to content

Commit 5c665c9

Browse files
committed
Removing emscripten from GITHUB_PATH environment variable
1 parent 4c4b5eb commit 5c665c9

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,6 @@ jobs:
102102
cd $env:USERPROFILE\emsdk
103103
.\emsdk install 4.0.21
104104
.\emsdk activate 4.0.21
105-
# Add emscripten to PATH for subsequent steps and subprocesses
106-
$emsdkPath = "$env:USERPROFILE\emsdk\upstream\emscripten"
107-
Add-Content -Path $env:GITHUB_PATH -Value $emsdkPath
108-
Write-Host "Added $emsdkPath to PATH"
109105
110106
- name: Install psql (Windows)
111107
if: runner.os == 'Windows'

0 commit comments

Comments
 (0)